On Mon, Jun 30, 2003 at 12:28:58PM +0100, Brian Candler wrote:
> The attached patch fixes the problem.

Oh, for cleanliness, I should have declared the _init functions in cgi.h
--- sqwebmail-3.5.3.20030629.orig/cgi/cgi.h     Sun Mar 23 04:50:40 2003
+++ sqwebmail-3.5.3.20030629/cgi/cgi.h  Mon Jun 30 12:31:29 2003
@@ -55,6 +55,8 @@
 
 extern const char *cgihttpscriptptr();
 extern const char *cgihttpsscriptptr();
+extern void cgihttpscriptptr_init();
+extern void cgihttpsscriptptr_init();
 extern const char *cgirelscriptptr();
 extern void cginocache(), cginocache_msie();
 extern void cgiredirect();

Reply via email to