allow build once more
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index 98c44948693857232ecd1b5ff014e9f3d064b060..9b6a3d6b6a7f3f2ad811547a13259612d4790cef 100644 (file)
@@ -102,6 +102,20 @@ extern "C"
  */
 #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 */
 {