From 6ba82f605023b5396e386fdd16e6c74ef27dbc9f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Jun 2009 03:25:55 +0000 Subject: adding basic declarations for datastore implementation --- src/datastore/datastore.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/datastore/datastore.h (limited to 'src/datastore/datastore.h') diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h new file mode 100644 index 000000000..e6860efbb --- /dev/null +++ b/src/datastore/datastore.h @@ -0,0 +1,34 @@ +/* + This file is part of GNUnet + (C) 2004, 2005, 2006, 2007, 2009 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 datastore/datastore.hc + * @brief structs for communication between datastore service and API + * @author Christian Grothoff + */ + +#ifndef DATASTORE_H +#define DATASTORE_H + +#include "gnunet_util_lib.h" + + + +#endif -- cgit v1.2.3