Link namesotre to libgnunetgnsrecord too
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index 3dade4cdc9d864e069f4ceeb036f7874d5ce93a6..1493f29018e145084bfea9e7666e23934da3743e 100644 (file)
@@ -52,6 +52,11 @@ extern "C"
  */
 #define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DISCONNECT 2
 
+/**
+ * Signature for confirming a key revocation.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_REVOCATION 3
+
 /**
  * Signature for a namespace/pseudonym advertisement (by
  * the namespace owner).
@@ -131,6 +136,15 @@ extern "C"
  */
 #define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18
 
+/**
+ * Signature of a multicast message.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19
+
+/**
+ * Signature of a conversation ring.
+ */
+#define GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING 20
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */