summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-18 16:12:38 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-18 16:12:38 +0100
commiteab45e7e81269eca0426b24ae56f443c438bb2bf (patch)
treee67f49ff894afebd39fee226d33b3c4a437c260d /contrib
parent8358eb0b86f0fa5c4a413d9cd107cb971d0b256c (diff)
downloadsync-eab45e7e81269eca0426b24ae56f443c438bb2bf.tar.gz
sync-eab45e7e81269eca0426b24ae56f443c438bb2bf.tar.bz2
sync-eab45e7e81269eca0426b24ae56f443c438bb2bf.zip
-more doxygen fixes
Diffstat (limited to 'contrib')
-rw-r--r--contrib/microhttpd.tag26
1 files changed, 25 insertions, 1 deletions
diff --git a/contrib/microhttpd.tag b/contrib/microhttpd.tag
index ee19016..ade11c6 100644
--- a/contrib/microhttpd.tag
+++ b/contrib/microhttpd.tag
@@ -24,6 +24,18 @@
</member>
<member kind="define">
<type>#define</type>
+ <name>MHD_HTTP_NOT_FOUND</name>
+ <anchorfile>microhttpd.h</anchorfile>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>MHD_HTTP_CONFLICT</name>
+ <anchorfile>microhttpd.h</anchorfile>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
<name>MHD_HTTP_NO_CONTENT</name>
<anchorfile>microhttpd.h</anchorfile>
<arglist></arglist>
@@ -70,11 +82,23 @@
<anchorfile>microhttpd.h</anchorfile>
<arglist></arglist>
</member>
+ <member kind="define">
+ <type>function</type>
+ <name>MHD_get_connection_values</name>
+ <anchorfile>microhttpd.h</anchorfile>
+ <arglist></arglist>
+ </member>
<member kind="typedef">
<type>int</type>
<name>MHD_AccessHandlerCallback</name>
<anchorfile>microhttpd.h</anchorfile>
- <arglist>)(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **con_cls)</arglist>
+ <arglist></arglist>
+ </member>
+ <member kind="typedef">
+ <type>int</type>
+ <name>MHD_RequestCompletedCallback</name>
+ <anchorfile>microhttpd.h</anchorfile>
+ <arglist></arglist>
</member>
</compound>
</tagfile>