169c1b3595
requested by mbalmer@
18 lines
679 B
Plaintext
18 lines
679 B
Plaintext
$OpenBSD: patch-cgi_cgi_h,v 1.4 2008/11/18 20:00:09 okan Exp $
|
|
--- cgi/cgi.h.orig Thu Dec 1 04:57:32 2005
|
|
+++ cgi/cgi.h Mon May 8 16:54:19 2006
|
|
@@ -267,11 +267,11 @@ FILE *cgi_filehandle (CGI *cgi, const ch
|
|
* removed from future versions in favor of some sort of
|
|
* user error mechanism.
|
|
* Input: cgi - a pointer to a CGI struct
|
|
- * err - a NEOERR (see util/neo_err.h for details)
|
|
+ * nerr - a NEOERR (see util/neo_err.h for details)
|
|
* Output: None
|
|
* Return: None
|
|
*/
|
|
-void cgi_neo_error (CGI *cgi, NEOERR *err);
|
|
+void cgi_neo_error (CGI *cgi, NEOERR *nerr);
|
|
|
|
/*
|
|
* Function: cgi_error - display an error string to the user
|