X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_signatures.h;h=9b6a3d6b6a7f3f2ad811547a13259612d4790cef;hb=fc49f1b524fce53459692ddffe05474876e4969c;hp=a3199c73585a3ae14ea69a1f49f7630562776d46;hpb=4f56b105659c204874c7a8506d5d8dabaddf5963;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h index a3199c735..9b6a3d6b6 100644 --- a/src/include/gnunet_signatures.h +++ b/src/include/gnunet_signatures.h @@ -97,6 +97,25 @@ extern "C" */ #define GNUNET_SIGNATURE_PURPOSE_RESOLVER_RESPONSE 10 +/** + * Signature of an GNUNET_DNS_Record + */ +#define GNUNET_SIGNATURE_PURPOSE_DNS_RECORD 11 + +/** + * Signature of a chat message. + */ +#define GNUNET_SIGNATURE_PURPOSE_CHAT_MESSAGE 12 + +/** + * Signature of confirmation receipt for a chat message. + */ +#define GNUNET_SIGNATURE_PURPOSE_CHAT_RECEIPT 13 + +/** + * Signature of a network size estimate message. + */ +#define GNUNET_SIGNATURE_PURPOSE_NSE_SEND 14 #if 0 /* keep Emacsens' auto-indent happy */ {