[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#77544: cgic.h does not prototype cgiMain



Package: libcgicg1-dev
Version: 1.06-4

The declaration of cgiMain is not a prototype and should be.

--- cgic.h.orig	Mon Nov 20 17:09:21 2000
+++ cgic.h	Mon Nov 20 17:09:26 2000
@@ -152,7 +152,7 @@
 extern cgiEnvironmentResultType cgiReadEnvironment(const char *filename);
 
 
-extern int cgiMain();
+extern int cgiMain(void);
 
 #endif /* CGI_C */
 



Reply to: