1 /* 2 * $Id: cgi.h,v 1.1.2.1 2004/11/20 01:10:41 tomcollins Exp $ 3 */ 4 5 void get_cgi(); 6 int GetValue (char *, char *, char *, int); 7