blob: 8b516985c992bbc720843d2f74c7fd6e3d0c6a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);
|