summaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-24 09:58:58 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-24 09:58:58 +0000
commit3aea10e56e9f4b4971dd2626bd4f69ea796787e2 (patch)
tree6d263f237a226e10439005bdd32ba6160d8e9a19 /src/include/gnunet_signatures.h
parenta313004af348121545a63abedbe6456944c5fe16 (diff)
downloadgnunet-3aea10e56e9f4b4971dd2626bd4f69ea796787e2.tar.gz
gnunet-3aea10e56e9f4b4971dd2626bd4f69ea796787e2.zip
stuff
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 29aa36811..8b71bb616 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -77,9 +77,14 @@ extern "C"
77#define GNUNET_SIGNATURE_PURPOSE_FS_SBLOCK 6 77#define GNUNET_SIGNATURE_PURPOSE_FS_SBLOCK 6
78 78
79/** 79/**
80 * Signature of advertisment for a namespace.
81 */
82#define GNUNET_SIGNATURE_PURPOSE_FS_NBLOCK 7
83
84/**
80 * 85 *
81 */ 86 */
82#define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 7 87#define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 8
83 88
84 89
85#if 0 /* keep Emacsens' auto-indent happy */ 90#if 0 /* keep Emacsens' auto-indent happy */