aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-04 12:39:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-04 12:39:07 +0000
commit8111b29a93408e1befe322c87b468d6a86a8ae66 (patch)
tree363488aebad790bc17d7b05ceb1d53c53c4ddcb0 /src/fs/gnunet-service-fs_pr.h
parent8ef6a251c80c2a57e470e5928c44954b2d582484 (diff)
downloadgnunet-8111b29a93408e1befe322c87b468d6a86a8ae66.tar.gz
gnunet-8111b29a93408e1befe322c87b468d6a86a8ae66.zip
fixes
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.h')
-rw-r--r--src/fs/gnunet-service-fs_pr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index 4357565c7..4af4f36ee 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -323,9 +323,11 @@ GSF_handle_dht_reply_ (void *cls,
323 323
324/** 324/**
325 * Setup the subsystem. 325 * Setup the subsystem.
326 *
327 * @param cfg configuration to use
326 */ 328 */
327void 329void
328GSF_pending_request_init_ (void); 330GSF_pending_request_init_ (struct GNUNET_CONFIGURATION_Handle *cfg);
329 331
330 332
331/** 333/**