comparison src/server.h @ 13294:8cecf7929eb3

[gaim-migrate @ 15660] Sean apparently doesn't build with dbus. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 16 Feb 2006 01:41:52 +0000
parents 4d3119205a33
children a9ff4499d9ce
comparison
equal deleted inserted replaced
13293:44a8d46ee3c1 13294:8cecf7929eb3
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