aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_namespace.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-18 18:54:09 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-18 18:54:09 +0000
commitb8c7d227949955d07b34ecf9a3b8f7d7abbccf26 (patch)
tree337f4c4f4357a01cc164025932ada2ce3d5cc19c /src/fs/fs_namespace.c
parentc3bb2fde588bc1f9d822bc5dfbbb930e52a21b83 (diff)
downloadgnunet-b8c7d227949955d07b34ecf9a3b8f7d7abbccf26.tar.gz
gnunet-b8c7d227949955d07b34ecf9a3b8f7d7abbccf26.zip
fixing config file
Diffstat (limited to 'src/fs/fs_namespace.c')
-rw-r--r--src/fs/fs_namespace.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c
index 64763d164..a72a64a49 100644
--- a/src/fs/fs_namespace.c
+++ b/src/fs/fs_namespace.c
@@ -53,6 +53,7 @@ GNUNET_FS_namespace_advertise (struct GNUNET_FS_Handle *h,
53 const struct GNUNET_FS_Uri *advertisementURI, 53 const struct GNUNET_FS_Uri *advertisementURI,
54 const char *rootEntry) 54 const char *rootEntry)
55{ 55{
56 GNUNET_break (0);
56 return NULL; 57 return NULL;
57} 58}
58 59
@@ -69,6 +70,7 @@ struct GNUNET_FS_Namespace *
69GNUNET_FS_namespace_create (struct GNUNET_FS_Handle *h, 70GNUNET_FS_namespace_create (struct GNUNET_FS_Handle *h,
70 const char *name) 71 const char *name)
71{ 72{
73 GNUNET_break (0);
72 return NULL; 74 return NULL;
73} 75}
74 76
@@ -88,6 +90,7 @@ int
88GNUNET_FS_namespace_delete (struct GNUNET_FS_Namespace *namespace, 90GNUNET_FS_namespace_delete (struct GNUNET_FS_Namespace *namespace,
89 int freeze) 91 int freeze)
90{ 92{
93 GNUNET_break (0);
91 return GNUNET_SYSERR; 94 return GNUNET_SYSERR;
92} 95}
93 96
@@ -106,6 +109,7 @@ GNUNET_FS_namespace_list (struct GNUNET_FS_Handle *h,
106 GNUNET_FS_NamespaceInfoProcessor cb, 109 GNUNET_FS_NamespaceInfoProcessor cb,
107 void *cb_cls) 110 void *cb_cls)
108{ 111{
112 GNUNET_break (0);
109} 113}
110 114
111/* end of fs_namespace.c */ 115/* end of fs_namespace.c */