http_utils.h File Reference

Go to the source code of this file.

Functions

char x2c (char *what)
void unescape_url (char *url)
char * makeword (char *line, char stop)
void plustospace (char *str)


Function Documentation

char* makeword char *    line,
char    stop
 

Definition at line 55 of file http_utils.c.

References xmalloc().

void plustospace char *    str
 

Definition at line 73 of file http_utils.c.

void unescape_url char *    url
 

Definition at line 40 of file http_utils.c.

References x2c().

char x2c char *    what
 

Definition at line 27 of file http_utils.c.

Referenced by unescape_url().