aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-01 13:16:24 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-01 13:16:24 +0000
commit629ff286ace0543d2d984319fba6bacf60408890 (patch)
tree290401a046b56514028cfca8238295a38e746ba8 /src/datastore/datastore.h
parentd996714222558d6d2b3f590f9c4dda9d872d913c (diff)
downloadgnunet-629ff286ace0543d2d984319fba6bacf60408890.tar.gz
gnunet-629ff286ace0543d2d984319fba6bacf60408890.zip
fixing API issue of who is responsible for quota in
Diffstat (limited to 'src/datastore/datastore.h')
-rw-r--r--src/datastore/datastore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h
index aa2646c0a..f827f8766 100644
--- a/src/datastore/datastore.h
+++ b/src/datastore/datastore.h
@@ -27,7 +27,7 @@
27#ifndef DATASTORE_H 27#ifndef DATASTORE_H
28#define DATASTORE_H 28#define DATASTORE_H
29 29
30#define DEBUG_DATASTORE GNUNET_NO 30#define DEBUG_DATASTORE GNUNET_YES
31 31
32#include "gnunet_util_lib.h" 32#include "gnunet_util_lib.h"
33 33