diff options
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-pos.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-get-pos.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-pos.c b/src/backend/taler-merchant-httpd_private-get-pos.c index 1595d3a2..f8f84400 100644 --- a/src/backend/taler-merchant-httpd_private-get-pos.c +++ b/src/backend/taler-merchant-httpd_private-get-pos.c @@ -43,8 +43,13 @@ struct Context /** * Add product details to our JSON array. * - * @param ctx a `struct Context` with JSON arrays to build + * @param cls a `struct Context` with JSON arrays to build + * @param product_serial row ID of the product * @param product_id ID of the product + * @param pd full product details + * @param num_categories length of @a categories array + * @param categories array of categories the + * product is in */ static void add_product (void *cls, |