home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / internet / sting / shttpd20 / demo / cgi-src / passutil / util.h < prev   
Encoding:
C/C++ Source or Header  |  1997-06-07  |  198 b   |  6 lines

  1. void getword(char *word, char *line, char stop);
  2. void plustospace(char *str);
  3. void unescape_url(char *url);
  4. char *fmakeword(FILE *f, char stop, int *cl);
  5. char *makeword(char *line, char stop);
  6.