aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_datacache.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 09:58:15 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 09:58:15 +0000
commitedab319f07cc940f64111b6e89da245a2afcf71a (patch)
tree20124181cbcc8e0e36d98b448369b7e62a1b0192 /src/dht/gnunet-service-dht_datacache.h
parent4f3f80d05ac7101b8049c352d70abe97bc81ab23 (diff)
downloadgnunet-edab319f07cc940f64111b6e89da245a2afcf71a.tar.gz
gnunet-edab319f07cc940f64111b6e89da245a2afcf71a.zip
making some files compile
Diffstat (limited to 'src/dht/gnunet-service-dht_datacache.h')
-rw-r--r--src/dht/gnunet-service-dht_datacache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dht/gnunet-service-dht_datacache.h b/src/dht/gnunet-service-dht_datacache.h
index ecb3a24a1..dce15bd7d 100644
--- a/src/dht/gnunet-service-dht_datacache.h
+++ b/src/dht/gnunet-service-dht_datacache.h
@@ -27,6 +27,9 @@
27#ifndef GNUNET_SERVICE_DHT_DATACACHE_H 27#ifndef GNUNET_SERVICE_DHT_DATACACHE_H
28#define GNUNET_SERVICE_DHT_DATACACHE_H 28#define GNUNET_SERVICE_DHT_DATACACHE_H
29 29
30#include "gnunet_util_lib.h"
31#include "gnunet_block_lib.h"
32
30/** 33/**
31 * Handle a datum we've received from another peer. Cache if 34 * Handle a datum we've received from another peer. Cache if
32 * possible. 35 * possible.