aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_indexing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
commit32892c4aa7736eb8039f28d79b5cdb53cdc0061c (patch)
tree9729d165562c1780934a9a979dbc06d7f8470592 /src/fs/gnunet-service-fs_indexing.h
parentbf6e480c1dda383bd55b311039d8d41189c5feea (diff)
downloadgnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.tar.gz
gnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.zip
off-line hack fest
Diffstat (limited to 'src/fs/gnunet-service-fs_indexing.h')
-rw-r--r--src/fs/gnunet-service-fs_indexing.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_indexing.h b/src/fs/gnunet-service-fs_indexing.h
index 9749b42a0..37df50042 100644
--- a/src/fs/gnunet-service-fs_indexing.h
+++ b/src/fs/gnunet-service-fs_indexing.h
@@ -26,6 +26,7 @@
26#ifndef GNUNET_SERVICE_FS_INDEXING_H 26#ifndef GNUNET_SERVICE_FS_INDEXING_H
27#define GNUNET_SERVICE_FS_INDEXING_H 27#define GNUNET_SERVICE_FS_INDEXING_H
28 28
29#include "gnunet_block_lib.h"
29#include "gnunet_core_service.h" 30#include "gnunet_core_service.h"
30#include "gnunet_datastore_service.h" 31#include "gnunet_datastore_service.h"
31#include "gnunet_peer_lib.h" 32#include "gnunet_peer_lib.h"
@@ -57,7 +58,7 @@ int
57GNUNET_FS_handle_on_demand_block (const GNUNET_HashCode * key, 58GNUNET_FS_handle_on_demand_block (const GNUNET_HashCode * key,
58 uint32_t size, 59 uint32_t size,
59 const void *data, 60 const void *data,
60 uint32_t type, 61 enum GNUNET_BLOCK_Type type,
61 uint32_t priority, 62 uint32_t priority,
62 uint32_t anonymity, 63 uint32_t anonymity,
63 struct GNUNET_TIME_Absolute 64 struct GNUNET_TIME_Absolute