comparison src/server.h @ 9466:d27156c9c876

[gaim-migrate @ 10291] (21:36:44) datallah: anyway... i added "Send File" to the prpl core committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 07 Jul 2004 01:49:39 +0000
parents 7a8aa87164ae
children fe35f55ee984
comparison
equal deleted inserted replaced
9465:8a4797a608ae 9466:d27156c9c876
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