aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-10 22:32:30 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-10 22:32:30 +0000
commit5209abc6767c484ac1d24a740149b4d41c2bbd08 (patch)
tree1fae056cb8309b918ba422dd00b097bb204a63bd
parentea8bac474500dec49acdf7ce6fdc8910ecdc374d (diff)
downloadlibmicrohttpd-5209abc6767c484ac1d24a740149b4d41c2bbd08.tar.gz
libmicrohttpd-5209abc6767c484ac1d24a740149b4d41c2bbd08.zip
-add missing extern
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index b7cdb1f7..52762479 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1786,7 +1786,7 @@ enum MHD_ResponseOptions
1786 * @param ... #MHD_RO_END terminated list of options 1786 * @param ... #MHD_RO_END terminated list of options
1787 * @return #MHD_YES on success, #MHD_NO on error 1787 * @return #MHD_YES on success, #MHD_NO on error
1788 */ 1788 */
1789int 1789_MHD_EXTERN int
1790MHD_set_response_options (struct MHD_Response *response, 1790MHD_set_response_options (struct MHD_Response *response,
1791 enum MHD_ResponseFlags flags, 1791 enum MHD_ResponseFlags flags,
1792 ...); 1792 ...);