Go to the source code of this file.
Functions | |
int | get_domain (char *address, char *login, char *domain) |
Extract the login and the domain from a given email address (login). | |
char * | url_escape (char *string) |
URL encode a string of characters. | |
char * | url_unescape (char *string, int length) |
URL decode a string of characters. |
Definition in file cgi.c.
|
Extract the login and the domain from a given email address (login).
|
|
URL encode a string of characters.
|
|
URL decode a string of characters.
|