comparison src/prpl.h @ 1083:12478dd1e9d7

[gaim-migrate @ 1093] yeah committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 11 Nov 2000 06:57:57 +0000
parents 2fe18b2d6105
children 4d4fef0928ce
comparison
equal deleted inserted replaced
1082:13df4e342cff 1083:12478dd1e9d7
30 #define PROTO_ICQ 3 30 #define PROTO_ICQ 3
31 #define PROTO_MSN 4 31 #define PROTO_MSN 4
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 36
36 typedef void (*proto_init)(struct prpl *); 37 typedef void (*proto_init)(struct prpl *);
37 38
38 struct prpl { 39 struct prpl {
39 int protocol; 40 int protocol;