commit 0ae441aa76468ad00befcb6b8f795fd658385577
parent c3b093d70af180a2e0c6c2473dc02854351c8616
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 13 Nov 2009 12:05:52 +0000
end tag
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/doc/microhttpd.texi b/doc/microhttpd.texi
@@ -788,6 +788,7 @@ function to call if MHD encounteres a fatal internal error. If no handler was s
@item cls
closure argument for cb; the other arguments are the name of the source file, line number and a string describing the nature of the fatal error (which can be NULL)
@end table
+@end deftypefun
@deftypefun {struct MHD_Daemon *} MHD_start_daemon (unsigned int flags, unsigned short port, MHD_AcceptPolicyCallback apc, void *apc_cls, MHD_AccessHandlerCallback dh, void *dh_cls, ...)
Start a webserver on the given port.