aboutsummaryrefslogtreecommitdiff
path: root/src/lib/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/internal.h')
-rw-r--r--src/lib/internal.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/internal.h b/src/lib/internal.h
index b5ec3039..6c43fc20 100644
--- a/src/lib/internal.h
+++ b/src/lib/internal.h
@@ -87,6 +87,7 @@ MHD_DLOG (const struct MHD_Daemon *daemon,
87 enum MHD_StatusCode sc, 87 enum MHD_StatusCode sc,
88 const char *format, 88 const char *format,
89 ...); 89 ...);
90
90#endif 91#endif
91 92
92 93
@@ -147,7 +148,6 @@ extern void *mhd_panic_cls;
147#endif /* ! MHD_STATICSTR_LEN_ */ 148#endif /* ! MHD_STATICSTR_LEN_ */
148 149
149 150
150
151/** 151/**
152 * Ability to use same connection for next request 152 * Ability to use same connection for next request
153 */ 153 */
@@ -1692,7 +1692,6 @@ struct MHD_Response
1692}; 1692};
1693 1693
1694 1694
1695
1696/** 1695/**
1697 * Callback invoked when iterating over @a key / @a value 1696 * Callback invoked when iterating over @a key / @a value
1698 * argument pairs during parsing. 1697 * argument pairs during parsing.
@@ -1733,7 +1732,6 @@ MHD_parse_arguments_ (struct MHD_Request *request,
1733 unsigned int *num_headers); 1732 unsigned int *num_headers);
1734 1733
1735 1734
1736
1737/** 1735/**
1738 * Insert an element at the head of a DLL. Assumes that head, tail and 1736 * Insert an element at the head of a DLL. Assumes that head, tail and
1739 * element are structs with prev and next fields. 1737 * element are structs with prev and next fields.
@@ -1777,7 +1775,6 @@ MHD_parse_arguments_ (struct MHD_Request *request,
1777 (element)->prev = NULL; } while (0) 1775 (element)->prev = NULL; } while (0)
1778 1776
1779 1777
1780
1781/** 1778/**
1782 * Insert an element at the head of a XDLL. Assumes that head, tail and 1779 * Insert an element at the head of a XDLL. Assumes that head, tail and
1783 * element are structs with prevX and nextX fields. 1780 * element are structs with prevX and nextX fields.
@@ -1860,7 +1857,6 @@ MHD_parse_arguments_ (struct MHD_Request *request,
1860 (element)->prevE = NULL; } while (0) 1857 (element)->prevE = NULL; } while (0)
1861 1858
1862 1859
1863
1864/** 1860/**
1865 * Error code similar to EGAIN or EINTR 1861 * Error code similar to EGAIN or EINTR
1866 */ 1862 */
@@ -1893,6 +1889,4 @@ MHD_parse_arguments_ (struct MHD_Request *request,
1893#define MHD_ERR_INVAL_ (-3078) 1889#define MHD_ERR_INVAL_ (-3078)
1894 1890
1895 1891
1896
1897
1898#endif 1892#endif