diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-03-24 09:58:58 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-03-24 09:58:58 +0000 |
commit | f216d7b2abcf9ed2d485cb2637174ce7c887d631 (patch) | |
tree | 6d263f237a226e10439005bdd32ba6160d8e9a19 /src/include/gnunet_signatures.h | |
parent | 1ef4323ed7d5b0a4f7f2e3b753ab4369e2139890 (diff) |
stuff
git-svn-id: https://gnunet.org/svn/gnunet@10682 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r-- | src/include/gnunet_signatures.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h index 29aa36811e..8b71bb6162 100644 --- a/src/include/gnunet_signatures.h +++ b/src/include/gnunet_signatures.h @@ -77,9 +77,14 @@ extern "C" #define GNUNET_SIGNATURE_PURPOSE_FS_SBLOCK 6 /** + * Signature of advertisment for a namespace. + */ +#define GNUNET_SIGNATURE_PURPOSE_FS_NBLOCK 7 + +/** * */ -#define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 7 +#define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 8 #if 0 /* keep Emacsens' auto-indent happy */ |