5 * txt2html - Takes a string and converts it to HTML.
6 * @string: The string to HTMLize.
8 * Takes a string and escapes any HTML entities.
10 char *txt2html(const char *string);
13 void unescape_url(char *url);
14 char **getcgivars(int argc, char *argv[]);
16 #endif /* __GETCGI_H_ */