aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-05 13:07:27 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-05 13:07:27 +0000
commitacd08b65a860450488d5e6b5403e43bed3748dc9 (patch)
tree20fc809a1d307b07993c4b2d80f14594e53938e1 /src/include
parent4a8a0bbb94a087d697092bad031261c0ee51a8cc (diff)
downloadgnunet-acd08b65a860450488d5e6b5403e43bed3748dc9.tar.gz
gnunet-acd08b65a860450488d5e6b5403e43bed3748dc9.zip
nblock support done
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_fs_service.h2
-rw-r--r--src/include/gnunet_signatures.h7
2 files changed, 8 insertions, 1 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index e26d6b000..f24b3d8b7 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -2053,6 +2053,7 @@ GNUNET_FS_unindex_stop (struct GNUNET_FS_UnindexContext *uc);
2053 * Publish an advertismement for a namespace. 2053 * Publish an advertismement for a namespace.
2054 * 2054 *
2055 * @param h handle to the file sharing subsystem 2055 * @param h handle to the file sharing subsystem
2056 * @param ksk_uri keywords to use for advertisment
2056 * @param namespace handle for the namespace that should be advertised 2057 * @param namespace handle for the namespace that should be advertised
2057 * @param meta meta-data for the namespace advertisement 2058 * @param meta meta-data for the namespace advertisement
2058 * @param anonymity for the namespace advertismement 2059 * @param anonymity for the namespace advertismement
@@ -2064,6 +2065,7 @@ GNUNET_FS_unindex_stop (struct GNUNET_FS_UnindexContext *uc);
2064 */ 2065 */
2065void 2066void
2066GNUNET_FS_namespace_advertise (struct GNUNET_FS_Handle *h, 2067GNUNET_FS_namespace_advertise (struct GNUNET_FS_Handle *h,
2068 struct GNUNET_FS_Uri *ksk_uri,
2067 struct GNUNET_FS_Namespace *namespace, 2069 struct GNUNET_FS_Namespace *namespace,
2068 const struct GNUNET_CONTAINER_MetaData *meta, 2070 const struct GNUNET_CONTAINER_MetaData *meta,
2069 uint32_t anonymity, 2071 uint32_t anonymity,
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 8b71bb616..29da16b42 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -82,9 +82,14 @@ extern "C"
82#define GNUNET_SIGNATURE_PURPOSE_FS_NBLOCK 7 82#define GNUNET_SIGNATURE_PURPOSE_FS_NBLOCK 7
83 83
84/** 84/**
85 * Keyword-based signature of advertisment for a namespace.
86 */
87#define GNUNET_SIGNATURE_PURPOSE_FS_NBLOCK_KSIG 8
88
89/**
85 * 90 *
86 */ 91 */
87#define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 8 92#define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 9
88 93
89 94
90#if 0 /* keep Emacsens' auto-indent happy */ 95#if 0 /* keep Emacsens' auto-indent happy */