summaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
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/gnunet_signatures.h
parent4a8a0bbb94a087d697092bad031261c0ee51a8cc (diff)
downloadgnunet-acd08b65a860450488d5e6b5403e43bed3748dc9.tar.gz
gnunet-acd08b65a860450488d5e6b5403e43bed3748dc9.zip
nblock support done
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 */