aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h7
1 files changed, 6 insertions, 1 deletions
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 */