diff options
Diffstat (limited to 'www/cgic/patches/patch-ad')
-rw-r--r-- | www/cgic/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/cgic/patches/patch-ad b/www/cgic/patches/patch-ad new file mode 100644 index 00000000000..8b516985c99 --- /dev/null +++ b/www/cgic/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 2004/07/20 21:44:29 jmmv Exp $ + +--- cgic.h.orig Sun Jan 12 13:59:43 2003 ++++ cgic.h +@@ -90,6 +90,8 @@ typedef enum { + /* These functions are used to retrieve form data. See + cgic.html for documentation. */ + ++extern int cgiInit(void); ++ + extern cgiFormResultType cgiFormString( + char *name, char *result, int max); + |