commit 5209abc6767c484ac1d24a740149b4d41c2bbd08
parent ea8bac474500dec49acdf7ce6fdc8910ecdc374d
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 10 Jun 2014 22:32:30 +0000
-add missing extern
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -1786,7 +1786,7 @@ enum MHD_ResponseOptions
* @param ... #MHD_RO_END terminated list of options
* @return #MHD_YES on success, #MHD_NO on error
*/
-int
+_MHD_EXTERN int
MHD_set_response_options (struct MHD_Response *response,
enum MHD_ResponseFlags flags,
...);