/* Time-stamp: <96/11/28 11:16:57 john> */
/* 
# Purpose: exports for <a href="#cgi.c">cgi.c</a>
 */

extern void cgi_parse_reset();
extern char *get_field(char *qs, char *name);
extern char *remove_field(char *old_string, char *field_name);

extern int parse_post_input(struct attribute **attrs,
		     FILE *raw_edit_file,
		     int debug);

/* end of cgi.h */
