diff options
Diffstat (limited to 'url.h')
| -rw-r--r-- | url.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -25,7 +25,8 @@  #include "bitlbee.h" -#define PROTO_HTTP	2 +#define PROTO_FTP		1 +#define PROTO_HTTP		2  #define PROTO_SOCKS4	3  #define PROTO_SOCKS5	4  #define PROTO_DEFAULT	PROTO_HTTP | 
