summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_get_tips.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-13 16:29:40 +0200
committerMS <ms@taler.net>2020-10-13 16:29:40 +0200
commitc09cd4c747aa35a25072d4ef5aa6669115831827 (patch)
tree480757bdc9f3b2ec94a999b641e2c01b11661e50 /src/testing/testing_api_cmd_get_tips.c
parenta80452b0a0f41cf24b3582dcf7c2cf9b2cb9fdf9 (diff)
downloadmerchant-c09cd4c747aa35a25072d4ef5aa6669115831827.tar.gz
merchant-c09cd4c747aa35a25072d4ef5aa6669115831827.tar.bz2
merchant-c09cd4c747aa35a25072d4ef5aa6669115831827.zip
Doxygen fixes
Diffstat (limited to 'src/testing/testing_api_cmd_get_tips.c')
-rw-r--r--src/testing/testing_api_cmd_get_tips.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/testing/testing_api_cmd_get_tips.c b/src/testing/testing_api_cmd_get_tips.c
index a0a97f85..7b481d04 100644
--- a/src/testing/testing_api_cmd_get_tips.c
+++ b/src/testing/testing_api_cmd_get_tips.c
@@ -226,18 +226,6 @@ get_tips_cleanup (void *cls,
}
-/**
- * Define a get tips CMD.
- *
- * @param label the command label
- * @param merchant_url base URL of the merchant which will
- * server the /tip-query request.
- * @param http_status expected HTTP response code for the
- * /tip-query request.
- * @param ... NULL-terminated list of labels (const char *) of
- * tip (commands) we expect to be returned in the list
- * (assuming @a http_code is #MHD_HTTP_OK)
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_get_tips (const char *label,
const char *merchant_url,
@@ -277,20 +265,6 @@ TALER_TESTING_cmd_get_tips (const char *label,
}
-/**
- * Define a get tips CMD.
- *
- * @param label the command label
- * @param merchant_url base URL of the merchant which will
- * server the /tip-query request.
- * @param http_status expected HTTP response code for the
- * /tip-query request.
- * @param offset row to start querying the database from.
- * @param limit how many rows to return (with direction).
- * @param ... NULL-terminated list of labels (const char *) of
- * tip (commands) we expect to be returned in the list
- * (assuming @a http_code is #MHD_HTTP_OK)
- */
struct TALER_TESTING_Command
TALER_TESTING_cmd_get_tips2 (const char *label,
const char *merchant_url,