From: Christian Grothoff Date: Mon, 18 Jan 2010 14:26:57 +0000 (+0000) Subject: init X-Git-Tag: initial-import-from-subversion-38251~22940 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=13d33fdf12293f614db6fa08026c321be2989c95;p=oweals%2Fgnunet.git init --- diff --git a/src/core/core_api_peer_request.c b/src/core/core_api_peer_request.c new file mode 100644 index 000000000..e873a5a9d --- /dev/null +++ b/src/core/core_api_peer_request.c @@ -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 */