summaryrefslogtreecommitdiff
path: root/src/sync/sync-httpd_mhd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/sync-httpd_mhd.h')
-rw-r--r--src/sync/sync-httpd_mhd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sync/sync-httpd_mhd.h b/src/sync/sync-httpd_mhd.h
index 5a7a9b2..5b1431b 100644
--- a/src/sync/sync-httpd_mhd.h
+++ b/src/sync/sync-httpd_mhd.h
@@ -37,7 +37,6 @@
* @param[in,out] connection_cls the connection's closure (can be updated)
* @param upload_data upload data
* @param[in,out] upload_data_size number of bytes (left) in @a upload_data
- * @param mi merchant backend instance, NULL is allowed in this case!
* @return MHD result code
*/
MHD_RESULT
@@ -57,7 +56,6 @@ SH_MHD_handler_static_response (struct SH_RequestHandler *rh,
* @param[in,out] connection_cls the connection's closure (can be updated)
* @param upload_data upload data
* @param[in,out] upload_data_size number of bytes (left) in @a upload_data
- * @param mi merchant backend instance, never NULL
* @return MHD result code
*/
MHD_RESULT