diff src/protocols/rendezvous/direct.h @ 10596:913ec44675c3

[gaim-migrate @ 12011] Get some rendezvous stuff out of my tree. No, you still can't get or send IMs. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Feb 2005 03:08:43 +0000
parents 782c1b564906
children
line wrap: on
line diff
--- a/src/protocols/rendezvous/direct.h	Mon Feb 14 03:07:06 2005 +0000
+++ b/src/protocols/rendezvous/direct.h	Mon Feb 14 03:08:43 2005 +0000
@@ -29,6 +29,10 @@
 
 #include "eventloop.h"
 
+#include "rendezvous.h"
+
 void rendezvous_direct_acceptconnection(gpointer data, gint source, GaimInputCondition condition);
 
+void rendezvous_direct_send_message(GaimConnection *gc, const char *who, const char *message);
+
 #endif /* _DIRECT_H_ */