| 32 #define PROTO_IRC 5 |
32 #define PROTO_IRC 5 |
| 33 #define PROTO_FTP 6 |
33 #define PROTO_FTP 6 |
| 34 #define PROTO_VGATE 7 |
34 #define PROTO_VGATE 7 |
| 35 #define PROTO_JABBER 8 |
35 #define PROTO_JABBER 8 |
| 36 #define PROTO_NAPSTER 9 |
36 #define PROTO_NAPSTER 9 |
| |
37 #define PROTO_ZEPHYR 10 |
| 37 |
38 |
| 38 #define OPT_PROTO_HTML 0x00000001 |
39 #define OPT_PROTO_HTML 0x00000001 |
| 39 #define OPT_PROTO_CORRECT_TIME 0x00000002 |
40 #define OPT_PROTO_CORRECT_TIME 0x00000002 |
| 40 #define OPT_PROTO_NORMALIZE 0x00000004 |
41 #define OPT_PROTO_NORMALIZE 0x00000004 |
| 41 /* there should be more here eventually... These should all be stuff that other |
42 /* there should be more here eventually... These should all be stuff that other |