aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_put.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-09 19:07:13 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-09 19:07:13 +0000
commit073c4a9ae448041fdc9a0683fed49d55ae61803e (patch)
tree9bf2bacde4723ea25f70a0cdb324a1d76be763de /src/fs/gnunet-service-fs_put.h
parentfafacaa77732d1dadcfcb10e4901dda76840a76d (diff)
downloadgnunet-073c4a9ae448041fdc9a0683fed49d55ae61803e.tar.gz
gnunet-073c4a9ae448041fdc9a0683fed49d55ae61803e.zip
hxing
Diffstat (limited to 'src/fs/gnunet-service-fs_put.h')
-rw-r--r--src/fs/gnunet-service-fs_put.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_put.h b/src/fs/gnunet-service-fs_put.h
index ebec818b2..59b1f83e3 100644
--- a/src/fs/gnunet-service-fs_put.h
+++ b/src/fs/gnunet-service-fs_put.h
@@ -31,11 +31,9 @@
31 31
32/** 32/**
33 * Setup the module. 33 * Setup the module.
34 *
35 * @param cfg configuration to use
36 */ 34 */
37void 35void
38GSF_put_init_ (struct GNUNET_CONFIGURATION_Handle *cfg); 36GSF_put_init_ (void);
39 37
40 38
41/** 39/**