aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_put.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
commit502af2167f7c218366666ca4944bd7cc54b5b19a (patch)
treea91fec5cc9769d260640bd91c6633cb9cf395524 /src/fs/gnunet-service-fs_put.h
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
Diffstat (limited to 'src/fs/gnunet-service-fs_put.h')
-rw-r--r--src/fs/gnunet-service-fs_put.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_put.h b/src/fs/gnunet-service-fs_put.h
index 59b1f83e3..21c3c3baf 100644
--- a/src/fs/gnunet-service-fs_put.h
+++ b/src/fs/gnunet-service-fs_put.h
@@ -32,15 +32,13 @@
32/** 32/**
33 * Setup the module. 33 * Setup the module.
34 */ 34 */
35void 35void GSF_put_init_ (void);
36GSF_put_init_ (void);
37 36
38 37
39/** 38/**
40 * Shutdown the module. 39 * Shutdown the module.
41 */ 40 */
42void 41void GSF_put_done_ (void);
43GSF_put_done_ (void);
44 42
45 43
46#endif 44#endif