]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* tcp_sockets.c: changed memcpy() to memset() in tcp_connectsock; this was
[citadel.git] / webcit / webcit.h
index d986ae60f4912ecd56337899768fec8f6b318f37..bdb0a081d60fda527e0f5107c2270de997305e28 100644 (file)
@@ -1,5 +1,7 @@
 /* $Id$ */
 
+#define TRACE fprintf(stderr, "Checkpoint: %s, %d\n", __FILE__, __LINE__)
+
 #define SLEEPING               180             /* TCP connection timeout */
 #define WEBCIT_TIMEOUT         900             /* WebCit session timeout */
 #define PORT_NUM               2000            /* port number to listen on */
@@ -255,3 +257,4 @@ void mime_parser(char *content,
                    void *cbcontent,                                                                char *cbtype,                                                                   size_t cblength)
 );
 void fmt_date(char *buf, time_t thetime);
+void end_webcit_session(void);