diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-11-23 17:48:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-11-23 17:48:45 +0100 |
commit | c693ec4a3ea797618bee867244f8affe034028b9 (patch) | |
tree | 7e6979a4c5c6b2947eb60b5c40eb73242d8be489 /src/include/taler_mhd_lib.h | |
parent | 0c85d195f8c0fe8363ae234fe962636fca8a77ea (diff) | |
download | exchange-c693ec4a3ea797618bee867244f8affe034028b9.tar.gz exchange-c693ec4a3ea797618bee867244f8affe034028b9.tar.bz2 exchange-c693ec4a3ea797618bee867244f8affe034028b9.zip |
fix warnings
Diffstat (limited to 'src/include/taler_mhd_lib.h')
-rw-r--r-- | src/include/taler_mhd_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_mhd_lib.h b/src/include/taler_mhd_lib.h index 979f8385..17783f1c 100644 --- a/src/include/taler_mhd_lib.h +++ b/src/include/taler_mhd_lib.h @@ -183,7 +183,7 @@ TALER_MHD_reply_static (struct MHD_Connection *connection, unsigned int http_status, const char *mime_type, const char *body, - size_t *body_size); + size_t body_size); /** |