Added internal routine to read input
[infodrom/cgilib] / aux.h
diff --git a/aux.h b/aux.h
index 1b54759..7474722 100644 (file)
--- a/aux.h
+++ b/aux.h
@@ -23,3 +23,5 @@ extern int cgiDebugType;
 char *cgiEscape (char *string);
 
 void cgiDebugOutput (int level, char *format, ...);
+
+char *cgiGetLine (FILE *stream);