init
authorChristian Grothoff <christian@grothoff.org>
Mon, 18 Jan 2010 14:26:57 +0000 (14:26 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 18 Jan 2010 14:26:57 +0000 (14:26 +0000)
src/core/core_api_peer_request.c [new file with mode: 0644]

diff --git a/src/core/core_api_peer_request.c b/src/core/core_api_peer_request.c
new file mode 100644 (file)
index 0000000..e873a5a
--- /dev/null
@@ -0,0 +1,34 @@
+/*
+     This file is part of GNUnet.
+     (C) 2009, 2010 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.
+*/
+
+/**
+ * @file core/core_api_peer_request.c
+ * @brief implementation of the peer_request functions 
+ * @author Christian Grothoff
+ */
+#include "platform.h"
+#include "gnunet_core_service.h"
+#include "core.h"
+
+
+
+
+
+/* end of core_api_peer_request.c */