/************************************************************************ * NCSA HTTPd Server * Software Development Group * National Center for Supercomputing Applications * University of Illinois at Urbana-Champaign, 1995 * 605 E. Springfield, Champaign, IL 61820 * httpd@ncsa.uiuc.edu * ************************************************************************ * * util.h * */ void getword(char *word, char *line, char stop); char *makeword(char *line, char stop); char *fmakeword(FILE *f, char stop, int *cl); char x2c(char *what); void unescape_url(char *url); void plustospace(char *str); int rind(char *s, char c); int getline(char *s, int n, FILE *f); void send_fd(FILE *f, FILE *fd); int ind(char *s, char c); void escape_shell_cmd(char *cmd);