diff options
Diffstat (limited to 'src/plugins/fs/namespace.h')
-rw-r--r-- | src/plugins/fs/namespace.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/fs/namespace.h b/src/plugins/fs/namespace.h index 50e1b258..c2260f29 100644 --- a/src/plugins/fs/namespace.h +++ b/src/plugins/fs/namespace.h | |||
@@ -27,10 +27,7 @@ | |||
27 | #ifndef GTK_NAMESPACE_H | 27 | #ifndef GTK_NAMESPACE_H |
28 | #define GTK_NAMESPACE_H | 28 | #define GTK_NAMESPACE_H |
29 | 29 | ||
30 | #include <GNUnet/gnunet_util.h> | 30 | void fs_namespace_start(void); |
31 | |||
32 | void fs_namespace_start(struct GE_Context * ectx, | ||
33 | struct GC_Configuration * cfg); | ||
34 | 31 | ||
35 | void fs_namespace_stop(void); | 32 | void fs_namespace_stop(void); |
36 | 33 | ||