diff 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
line wrap: on
line diff
--- a/src/server.h	Wed Jul 07 01:35:27 2004 +0000
+++ b/src/server.h	Wed Jul 07 01:49:39 2004 +0000
@@ -95,6 +95,7 @@
 void serv_got_chat_left(GaimConnection *g, int id);
 void serv_got_chat_in(GaimConnection *g, int id, const char *who,
 					  int whisper, const char *message, time_t mtime);
+void serv_send_file(GaimConnection *gc, const char *who, const char *file);
 
 #ifdef __cplusplus
 }