mirror of
https://github.com/NishiOwO/ncsa-httpd.git
synced 2025-04-21 16:54:46 +00:00
13 lines
379 B
C
13 lines
379 B
C
|
|
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 ncsa_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);
|