X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilchttp%2Fsilchttpserver.h;h=36faf5a5dc70b0229e8ec98292b03bc469bbeafb;hp=cfc87c1590dfb7d491e3d3815b647325e6b55b59;hb=f2dd07bb06c199bc35b8a69c0828f88c8e028db6;hpb=1f27d9647347b2da8797ccaaa76c04c51c41a6c4 diff --git a/lib/silchttp/silchttpserver.h b/lib/silchttp/silchttpserver.h index cfc87c15..36faf5a5 100644 --- a/lib/silchttp/silchttpserver.h +++ b/lib/silchttp/silchttpserver.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2006 Pekka Riikonen + Copyright (C) 2006 - 2007 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -112,6 +112,8 @@ typedef void (*SilcHttpServerCallback)(SilcHttpServer httpd, * `port'. The `callback' with `context' will be called everytime a new * HTTP request comes to the server from a HTTP client. In that callback * the caller must then reply with the requested Web page or with error. + * If the `schedule' is NULL this will call silc_schedule_get_global to + * try to get global scheduler. * ***/ SilcHttpServer silc_http_server_alloc(const char *ip, SilcUInt16 port,