src/server.h

changeset 9466
b6425eab60ca
parent 9285
9cedf5d26577
child 9584
1a6198375303
equal deleted inserted replaced
9465:652dcd45db7d 9466:b6425eab60ca
93 GaimConversation *serv_got_joined_chat(GaimConnection *gc, 93 GaimConversation *serv_got_joined_chat(GaimConnection *gc,
94 int id, const char *name); 94 int id, const char *name);
95 void serv_got_chat_left(GaimConnection *g, int id); 95 void serv_got_chat_left(GaimConnection *g, int id);
96 void serv_got_chat_in(GaimConnection *g, int id, const char *who, 96 void serv_got_chat_in(GaimConnection *g, int id, const char *who,
97 int whisper, const char *message, time_t mtime); 97 int whisper, const char *message, time_t mtime);
98 void serv_send_file(GaimConnection *gc, const char *who, const char *file);
98 99
99 #ifdef __cplusplus 100 #ifdef __cplusplus
100 } 101 }
101 #endif 102 #endif
102 103

mercurial