comparison src/core.h @ 2920:4ed6fb39870b

[gaim-migrate @ 2933] who the hell cares. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Tue, 01 Jan 2002 09:49:04 +0000
parents b1e300a85678
children 7239a392486c
comparison
equal deleted inserted replaced
2919:22aefb8de0cb 2920:4ed6fb39870b
116 int present; 116 int present;
117 int evil; 117 int evil;
118 time_t signon; 118 time_t signon;
119 time_t idle; 119 time_t idle;
120 int uc; 120 int uc;
121 gushort caps; /* woohoo! */ 121 guint caps; /* woohoo! */
122 void *proto_data; /* what a hack */ 122 void *proto_data; /* what a hack */
123 struct gaim_connection *gc; /* the connection it belongs to */ 123 struct gaim_connection *gc; /* the connection it belongs to */
124 }; 124 };
125 125
126 struct group { 126 struct group {
188 #endif 188 #endif
189 extern int plugin_event(enum gaim_event, void *, void *, void *, void *); 189 extern int plugin_event(enum gaim_event, void *, void *, void *, void *);
190 extern char *event_name(enum gaim_event); 190 extern char *event_name(enum gaim_event);
191 191
192 /* Functions in server.c */ 192 /* Functions in server.c */
193 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int, gushort); 193 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int, guint);
194 extern void serv_got_im(struct gaim_connection *, char *, char *, guint32, time_t, gint); 194 extern void serv_got_im(struct gaim_connection *, char *, char *, guint32, time_t, gint);
195 extern void serv_got_eviled(struct gaim_connection *, char *, int); 195 extern void serv_got_eviled(struct gaim_connection *, char *, int);
196 extern void serv_got_chat_invite(struct gaim_connection *, char *, char *, char *, GList *); 196 extern void serv_got_chat_invite(struct gaim_connection *, char *, char *, char *, GList *);
197 extern struct conversation *serv_got_joined_chat(struct gaim_connection *, int, char *); 197 extern struct conversation *serv_got_joined_chat(struct gaim_connection *, int, char *);
198 extern void serv_got_chat_left(struct gaim_connection *, int); 198 extern void serv_got_chat_left(struct gaim_connection *, int);