gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6575 - GNUnet/src/applications/chat


From: gnunet
Subject: [GNUnet-SVN] r6575 - GNUnet/src/applications/chat
Date: Tue, 18 Mar 2008 13:02:08 -0600 (MDT)

Author: nevans
Date: 2008-03-18 13:02:04 -0600 (Tue, 18 Mar 2008)
New Revision: 6575

Modified:
   GNUnet/src/applications/chat/chat.c
   GNUnet/src/applications/chat/chat.h
Log:


Modified: GNUnet/src/applications/chat/chat.c
===================================================================
--- GNUnet/src/applications/chat/chat.c 2008-03-18 18:49:10 UTC (rev 6574)
+++ GNUnet/src/applications/chat/chat.c 2008-03-18 19:02:04 UTC (rev 6575)
@@ -298,7 +298,14 @@
   return;
 }
 
+static int
+csHandleChatRoomMemberRequest (struct GNUNET_ClientHandle *client,
+                 const GNUNET_MessageHeader * message)
+{
+       
+}
 
+
 int
 initialize_module_chat (GNUNET_CoreAPIForPlugins * capi)
 {

Modified: GNUnet/src/applications/chat/chat.h
===================================================================
--- GNUnet/src/applications/chat/chat.h 2008-03-18 18:49:10 UTC (rev 6574)
+++ GNUnet/src/applications/chat/chat.h 2008-03-18 19:02:04 UTC (rev 6575)
@@ -85,7 +85,7 @@
 
   GNUNET_CHAT_MessageCallback callback;
   
-  GNUNET_CHAT_MessageCallback member_list_callback;
+  GNUNET_CHAT_MemberListCallback member_list_callback;
 
   int shutdown_flag;
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]