aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-18 15:16:33 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-18 15:16:33 +0000
commitcc9cf45916888ecbbc82b19f16a3cc8d9813c242 (patch)
tree5556cd2dd6a7b4d38da9b4cc95d7fe2bb99ffad6 /src/include/gnunet_fs_service.h
parent187184e240b2d1cb49e7183b8f80ee974c30460d (diff)
downloadgnunet-cc9cf45916888ecbbc82b19f16a3cc8d9813c242.tar.gz
gnunet-cc9cf45916888ecbbc82b19f16a3cc8d9813c242.zip
add GNUNET_FS_namespace_dup API call
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index bfaa98364..0c739709d 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -2157,6 +2157,16 @@ GNUNET_FS_namespace_create (struct GNUNET_FS_Handle *h, const char *name);
2157 2157
2158 2158
2159/** 2159/**
2160 * Duplicate a namespace handle.
2161 *
2162 * @param ns namespace handle
2163 * @return duplicated handle to the namespace
2164 */
2165struct GNUNET_FS_Namespace *
2166GNUNET_FS_namespace_dup (struct GNUNET_FS_Namespace *ns);
2167
2168
2169/**
2160 * Delete a namespace handle. Can be used for a clean shutdown (free 2170 * Delete a namespace handle. Can be used for a clean shutdown (free
2161 * memory) or also to freeze the namespace to prevent further 2171 * memory) or also to freeze the namespace to prevent further
2162 * insertions by anyone. 2172 * insertions by anyone.