aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-21 12:54:44 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-21 12:54:44 +0000
commit59d63f89e82ccf724ac7c95f2e589d75a4eb0cc8 (patch)
treeb2de864167c12f9f2f165b9827b06e3a3006efe0 /src/fs/gnunet-publish.c
parentfef75e2cf4dbd36a09d7f853f91a7a7f2542d34b (diff)
downloadgnunet-59d63f89e82ccf724ac7c95f2e589d75a4eb0cc8.tar.gz
gnunet-59d63f89e82ccf724ac7c95f2e589d75a4eb0cc8.zip
fix #1784
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 9cfdfe6a5..8c38c8ebd 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -67,6 +67,9 @@ static int do_disable_creation_time;
67static GNUNET_SCHEDULER_TaskIdentifier kill_task; 67static GNUNET_SCHEDULER_TaskIdentifier kill_task;
68 68
69 69
70/**
71 * FIXME: docu
72 */
70static void 73static void
71do_stop_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 74do_stop_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
72{ 75{
@@ -195,7 +198,6 @@ meta_printer (void *cls, const char *plugin_name, enum EXTRACTOR_MetaType type,
195 * @param is_mandatory is the keyword mandatory (in a search) 198 * @param is_mandatory is the keyword mandatory (in a search)
196 * @return GNUNET_OK to continue to iterate, GNUNET_SYSERR to abort 199 * @return GNUNET_OK to continue to iterate, GNUNET_SYSERR to abort
197 */ 200 */
198
199static int 201static int
200keyword_printer (void *cls, const char *keyword, int is_mandatory) 202keyword_printer (void *cls, const char *keyword, int is_mandatory)
201{ 203{
@@ -277,6 +279,9 @@ publish_inspector (void *cls, struct GNUNET_FS_FileInformation *fi,
277} 279}
278 280
279 281
282/**
283 * FIXME: docu
284 */
280static void 285static void
281uri_sks_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri, 286uri_sks_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri,
282 const char *emsg) 287 const char *emsg)
@@ -293,6 +298,9 @@ uri_sks_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri,
293} 298}
294 299
295 300
301/**
302 * FIXME: docu
303 */
296static void 304static void
297uri_ksk_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri, 305uri_ksk_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri,
298 const char *emsg) 306 const char *emsg)
@@ -515,8 +523,6 @@ run (void *cls, char *const *args, const char *cfgfile,
515} 523}
516 524
517 525
518
519
520/** 526/**
521 * The main function to publish content to GNUnet. 527 * The main function to publish content to GNUnet.
522 * 528 *