5747683 [rkeene@sledge /home/rkeene/devel/libopennet-0.8.1]$ cat -n parse.h
 1 #ifndef _PARSE_C
 2 #define _PARSE_C
 3 #include "conf.h"
 4 
 5 uint32_t atoi2(const char *n);
 6 int parse_url(const char *url, char *scheme, char *username, char *password, char *host, int *port, char *file);
 7 void strtolower(char *str);
 8 char *parse_url_subst(const char *src);
 9 char *parse_url_subst_dist(void);
10 char *mime64(char *str);
11 uint32_t hash_fourbyte(unsigned char *str, const char term);
12 #endif
5747684 [rkeene@sledge /home/rkeene/devel/libopennet-0.8.1]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2001-08-24 11:36:58