aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_indexing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
commit502af2167f7c218366666ca4944bd7cc54b5b19a (patch)
treea91fec5cc9769d260640bd91c6633cb9cf395524 /src/fs/gnunet-service-fs_indexing.h
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
Diffstat (limited to 'src/fs/gnunet-service-fs_indexing.h')
-rw-r--r--src/fs/gnunet-service-fs_indexing.h35
1 files changed, 17 insertions, 18 deletions
diff --git a/src/fs/gnunet-service-fs_indexing.h b/src/fs/gnunet-service-fs_indexing.h
index e1154830b..c6ef53351 100644
--- a/src/fs/gnunet-service-fs_indexing.h
+++ b/src/fs/gnunet-service-fs_indexing.h
@@ -56,15 +56,15 @@
56 */ 56 */
57int 57int
58GNUNET_FS_handle_on_demand_block (const GNUNET_HashCode * key, 58GNUNET_FS_handle_on_demand_block (const GNUNET_HashCode * key,
59 uint32_t size, 59 uint32_t size,
60 const void *data, 60 const void *data,
61 enum GNUNET_BLOCK_Type type, 61 enum GNUNET_BLOCK_Type type,
62 uint32_t priority, 62 uint32_t priority,
63 uint32_t anonymity, 63 uint32_t anonymity,
64 struct GNUNET_TIME_Absolute 64 struct GNUNET_TIME_Absolute
65 expiration, uint64_t uid, 65 expiration, uint64_t uid,
66 GNUNET_DATASTORE_DatumProcessor cont, 66 GNUNET_DATASTORE_DatumProcessor cont,
67 void *cont_cls); 67 void *cont_cls);
68 68
69/** 69/**
70 * Handle INDEX_START-message. 70 * Handle INDEX_START-message.
@@ -75,8 +75,8 @@ GNUNET_FS_handle_on_demand_block (const GNUNET_HashCode * key,
75 */ 75 */
76void 76void
77GNUNET_FS_handle_index_start (void *cls, 77GNUNET_FS_handle_index_start (void *cls,
78 struct GNUNET_SERVER_Client *client, 78 struct GNUNET_SERVER_Client *client,
79 const struct GNUNET_MessageHeader *message); 79 const struct GNUNET_MessageHeader *message);
80 80
81 81
82/** 82/**
@@ -88,8 +88,8 @@ GNUNET_FS_handle_index_start (void *cls,
88 */ 88 */
89void 89void
90GNUNET_FS_handle_index_list_get (void *cls, 90GNUNET_FS_handle_index_list_get (void *cls,
91 struct GNUNET_SERVER_Client *client, 91 struct GNUNET_SERVER_Client *client,
92 const struct GNUNET_MessageHeader *message); 92 const struct GNUNET_MessageHeader *message);
93 93
94 94
95/** 95/**
@@ -101,8 +101,8 @@ GNUNET_FS_handle_index_list_get (void *cls,
101 */ 101 */
102void 102void
103GNUNET_FS_handle_unindex (void *cls, 103GNUNET_FS_handle_unindex (void *cls,
104 struct GNUNET_SERVER_Client *client, 104 struct GNUNET_SERVER_Client *client,
105 const struct GNUNET_MessageHeader *message); 105 const struct GNUNET_MessageHeader *message);
106 106
107 107
108/** 108/**
@@ -114,14 +114,13 @@ GNUNET_FS_handle_unindex (void *cls,
114 */ 114 */
115int 115int
116GNUNET_FS_indexing_init (const struct GNUNET_CONFIGURATION_Handle *c, 116GNUNET_FS_indexing_init (const struct GNUNET_CONFIGURATION_Handle *c,
117 struct GNUNET_DATASTORE_Handle *d); 117 struct GNUNET_DATASTORE_Handle *d);
118 118
119 119
120/** 120/**
121 * Shutdown the module. 121 * Shutdown the module.
122 */ 122 */
123void 123void GNUNET_FS_indexing_done (void);
124GNUNET_FS_indexing_done (void);
125 124
126 125
127#endif 126#endif