Files
pkgsrc-ng/www/cgic/patches/patch-ad
2013-09-26 17:14:40 +02:00

14 lines
347 B
Plaintext

$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);