diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-04-15 22:49:29 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-04-15 22:49:29 +0200 |
commit | 6cb072ec5f67c55ed624d46b427112fd5945f7f6 (patch) | |
tree | aa1e7a0b71558584b60b9b8f4b0b5b5b53fa910f /src/mint/taler-mint-httpd_test.h | |
parent | 0baad4430c7f2ee596c05c0eae96b8dfabf7276e (diff) |
preparing to have /test handlers in build system
Diffstat (limited to 'src/mint/taler-mint-httpd_test.h')
-rw-r--r-- | src/mint/taler-mint-httpd_test.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mint/taler-mint-httpd_test.h b/src/mint/taler-mint-httpd_test.h index 4067b619..342b67b8 100644 --- a/src/mint/taler-mint-httpd_test.h +++ b/src/mint/taler-mint-httpd_test.h @@ -37,10 +37,10 @@ * @return MHD result code */ int -TMH_DEPOSIT_handler_test (struct TMH_RequestHandler *rh, - struct MHD_Connection *connection, - void **connection_cls, - const char *upload_data, - size_t *upload_data_size); +TMH_TEST_handler_test (struct TMH_RequestHandler *rh, + struct MHD_Connection *connection, + void **connection_cls, + const char *upload_data, + size_t *upload_data_size); #endif |