Author: nevans Date: 2008-03-01 12:35:25 -0700 (Sat, 01 Mar 2008) New Revision: 6492
Added: GNUnet/src/applications/chat/chat_p2p.h Removed: GNUnet/src/applications/chat/chatP2P.h Log: Deleted: GNUnet/src/applications/chat/chatP2P.h =================================================================== --- GNUnet/src/applications/chat/chatP2P.h 2008-03-01 19:31:41 UTC (rev 6491) +++ GNUnet/src/applications/chat/chatP2P.h 2008-03-01 19:35:25 UTC (rev 6492) @@ -1,60 +0,0 @@ -/* - 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 -p2pSendRoomList() -{ - return GNUNET_SYSERR; -} -#endif /*CHATP2P_H_*/ Added: GNUnet/src/applications/chat/chat_p2p.h =================================================================== --- GNUnet/src/applications/chat/chat_p2p.h (rev 0) +++ GNUnet/src/applications/chat/chat_p2p.h 2008-03-01 19:35:25 UTC (rev 6492) @@ -0,0 +1,61 @@ +/* + 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 Nathan Evans + * @file applications/chat/chat_p2p.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 +p2pSendRoomList() +{ + return GNUNET_SYSERR; +} +#endif /*CHATP2P_H_*/ + +/* end of chat_p2p.h */ _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn