diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-04-21 21:04:33 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-04-21 21:04:33 +0200 |
commit | 582acc3cf31adf4919c726aa811c9988adb92c02 (patch) | |
tree | 43bd1637ed1360dac1b16689cb54e5196559089a /src/exchange/taler-exchange-httpd_purses_create.h | |
parent | c3e67dfc6b32b009380b2b24f6d4c6eb2d775177 (diff) |
add taler-exchange-httpd_reserves_purse.c to build
Diffstat (limited to 'src/exchange/taler-exchange-httpd_purses_create.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_purses_create.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-httpd_purses_create.h b/src/exchange/taler-exchange-httpd_purses_create.h index 4dfbabf9..7ccba144 100644 --- a/src/exchange/taler-exchange-httpd_purses_create.h +++ b/src/exchange/taler-exchange-httpd_purses_create.h @@ -36,12 +36,12 @@ * @param purse_pub public key of the purse * @param root uploaded JSON data * @return MHD result code - */ + */ MHD_RESULT -TEH_handler_purses_create (struct MHD_Connection *connection, - const struct - TALER_PurseContractPublicKeyP *purse_pub, - const json_t *root); +TEH_handler_purses_create ( + struct MHD_Connection *connection, + const struct TALER_PurseContractPublicKeyP *purse_pub, + const json_t *root); #endif |