aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/namespace.h')
-rw-r--r--src/plugins/fs/namespace.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/fs/namespace.h b/src/plugins/fs/namespace.h
index c2260f29..f0a251f5 100644
--- a/src/plugins/fs/namespace.h
+++ b/src/plugins/fs/namespace.h
@@ -27,6 +27,16 @@
27#ifndef GTK_NAMESPACE_H 27#ifndef GTK_NAMESPACE_H
28#define GTK_NAMESPACE_H 28#define GTK_NAMESPACE_H
29 29
30/**
31 * Add a tab for the given namespace.
32 */
33int addTabForNamespace(void * unused,
34 const char * namespaceName,
35 const HashCode512 * namespaceId,
36 const struct ECRS_MetaData * md,
37 int rating);
38
39
30void fs_namespace_start(void); 40void fs_namespace_start(void);
31 41
32void fs_namespace_stop(void); 42void fs_namespace_stop(void);