X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffs%2Fgnunet-publish.c;h=8c38c8ebd8de2fd3873bd0f813f3f6d5101ac3d2;hb=20e86c5bb520dadff4354ab8a0728b914ed82e3f;hp=9cfdfe6a572adea87613c44242a2d72f3f2796cf;hpb=cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb;p=oweals%2Fgnunet.git 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; static GNUNET_SCHEDULER_TaskIdentifier kill_task; +/** + * FIXME: docu + */ static void do_stop_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { @@ -195,7 +198,6 @@ meta_printer (void *cls, const char *plugin_name, enum EXTRACTOR_MetaType type, * @param is_mandatory is the keyword mandatory (in a search) * @return GNUNET_OK to continue to iterate, GNUNET_SYSERR to abort */ - static int keyword_printer (void *cls, const char *keyword, int is_mandatory) { @@ -277,6 +279,9 @@ publish_inspector (void *cls, struct GNUNET_FS_FileInformation *fi, } +/** + * FIXME: docu + */ static void uri_sks_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri, const char *emsg) @@ -293,6 +298,9 @@ uri_sks_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri, } +/** + * FIXME: docu + */ static void uri_ksk_continuation (void *cls, const struct GNUNET_FS_Uri *ksk_uri, const char *emsg) @@ -515,8 +523,6 @@ run (void *cls, char *const *args, const char *cfgfile, } - - /** * The main function to publish content to GNUnet. *