src/server.h

changeset 13295
5f5fbef1bb82
parent 12216
d80739091a63
child 13844
835b8f7b3d1d
equal deleted inserted replaced
13294:bff727fba470 13295:5f5fbef1bb82
64 int id, const char *name); 64 int id, const char *name);
65 void serv_got_chat_left(GaimConnection *g, int id); 65 void serv_got_chat_left(GaimConnection *g, int id);
66 void serv_got_chat_in(GaimConnection *g, int id, const char *who, 66 void serv_got_chat_in(GaimConnection *g, int id, const char *who,
67 GaimMessageFlags flags, const char *message, time_t mtime); 67 GaimMessageFlags flags, const char *message, time_t mtime);
68 void serv_send_file(GaimConnection *gc, const char *who, const char *file); 68 void serv_send_file(GaimConnection *gc, const char *who, const char *file);
69 void serv_voice_chat(GaimConnection *gc, const char *who);
70 69
71 #ifdef __cplusplus 70 #ifdef __cplusplus
72 } 71 }
73 #endif 72 #endif
74 73

mercurial