aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-16 12:25:39 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-16 12:25:39 +0000
commitb54183facf116a32aaa2b7b960a251f6ddc10fa5 (patch)
tree10b915915fe47d87a4f492ef869fe490726ee518 /src/fs/gnunet-publish.c
parenta86fe90ed0cfc9597194b7b3411cf5c8a5c39515 (diff)
downloadgnunet-b54183facf116a32aaa2b7b960a251f6ddc10fa5.tar.gz
gnunet-b54183facf116a32aaa2b7b960a251f6ddc10fa5.zip
pass do_index
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 519f3e35c..3dee82333 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -227,6 +227,7 @@ meta_printer (void *cls,
227 * @param uri pointer to the keywords that will be used for this entry (can be modified) 227 * @param uri pointer to the keywords that will be used for this entry (can be modified)
228 * @param anonymity pointer to selected anonymity level (can be modified) 228 * @param anonymity pointer to selected anonymity level (can be modified)
229 * @param priority pointer to selected priority (can be modified) 229 * @param priority pointer to selected priority (can be modified)
230 * @param do_index should we index?
230 * @param expirationTime pointer to selected expiration time (can be modified) 231 * @param expirationTime pointer to selected expiration time (can be modified)
231 * @param client_info pointer to client context set upon creation (can be modified) 232 * @param client_info pointer to client context set upon creation (can be modified)
232 * @return GNUNET_OK to continue, GNUNET_NO to remove 233 * @return GNUNET_OK to continue, GNUNET_NO to remove
@@ -241,6 +242,7 @@ publish_inspector (void *cls,
241 struct GNUNET_FS_Uri **uri, 242 struct GNUNET_FS_Uri **uri,
242 unsigned int *anonymity, 243 unsigned int *anonymity,
243 unsigned int *priority, 244 unsigned int *priority,
245 int *do_index,
244 struct GNUNET_TIME_Absolute *expirationTime, 246 struct GNUNET_TIME_Absolute *expirationTime,
245 void **client_info) 247 void **client_info)
246{ 248{