gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r6489 - GNUnet/src/applications/chat
Date: Fri, 29 Feb 2008 22:35:35 -0700 (MST)

Author: nevans
Date: 2008-02-29 22:35:35 -0700 (Fri, 29 Feb 2008)
New Revision: 6489

Added:
   GNUnet/src/applications/chat/chatP2P.h
Log:


Added: GNUnet/src/applications/chat/chatP2P.h
===================================================================
--- GNUnet/src/applications/chat/chatP2P.h                              (rev 0)
+++ GNUnet/src/applications/chat/chatP2P.h      2008-03-01 05:35:35 UTC (rev 
6489)
@@ -0,0 +1,56 @@
+/*
+     This file is part of GNUnet.
+     (C) 2008 Christian Grothoff (and other contributing authors)
+
+     GNUnet is free software; you can redistribute it and/or modify
+     it under the terms of the GNU General Public License as published
+     by the Free Software Foundation; either version 2, or (at your
+     option) any later version.
+
+     GNUnet is distributed in the hope that it will be useful, but
+     WITHOUT ANY WARRANTY; without even the implied warranty of
+     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+     General Public License for more details.
+
+     You should have received a copy of the GNU General Public License
+     along with GNUnet; see the file COPYING.  If not, write to the
+     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+     Boston, MA 02111-1307, USA.
+*/
+
+/**
+ * @author Christian Grothoff
+ * @author Nathan Evans
+ * @file applications/chat/chatP2P.h
+ **/
+#ifndef CHATP2P_H_
+#define CHATP2P_H_
+
+static int
+p2pHandleChatJoinRequest (struct GNUNET_ClientHandle *client,
+                         const GNUNET_MessageHeader * message)
+{
+       return GNUNET_SYSERR;
+}
+
+static int
+p2pHandleChatMSG (struct GNUNET_ClientHandle *client,
+                 const GNUNET_MessageHeader * message)
+{
+       return GNUNET_SYSERR;
+}
+
+static int
+p2pSendChatMSG (const GNUNET_MessageHeader *message)
+{
+       return GNUNET_SYSERR;
+}
+
+static int
+p2pGetRoomList()
+{      
+       return GNUNET_SYSERR;
+}
+
+static int
+#endif /*CHATP2P_H_*/





reply via email to

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