cleanup webcit.h; utils.c, remove unneeded stuff
[citadel.git] / webcit / context_loop.c
index 6c449c55421e6c5bce5c131d489a4091f364822c..032606708316f7a51358af7c86d547ba9bdc621b 100644 (file)
@@ -39,6 +39,10 @@ extern HashList *HandlerHash;
 int num_threads_existing = 1;          /* Number of worker threads which exist. */
 int num_threads_executing = 1;         /* Number of worker threads currently executing. */
 
+extern void session_loop(void);
+void spawn_another_worker_thread(void);
+
+
 void DestroyHttpHeaderHandler(void *V)
 {
        OneHttpHeader *pHdr;