fixing leak
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index a3199c73585a3ae14ea69a1f49f7630562776d46..4c443cc00bce57b84e92eab77dd54cb0e7890c8d 100644 (file)
@@ -97,6 +97,20 @@ 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
 
 #if 0                           /* keep Emacsens' auto-indent happy */
 {