#include "gnunet_gns_service.h"
-/**
- * Name of the GNS TLD.
- */
-#define GNUNET_GNS_TLD "gnu"
-
-/**
- * Name of the zone key TLD.
- */
-#define GNUNET_GNS_TLD_ZKEY "zkey"
-
-/**
- * TLD name used to indicate relative names.
- */
-#define GNUNET_GNS_TLD_PLUS "+"
-
GNUNET_NETWORK_STRUCT_BEGIN
/**
* Must have purpose #GNUNET_SIGNATURE_PURPOSE_REVOCATION,
- * size expands over the public key.
+ * size expands over the public key. (@deprecated)
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
struct GNUNET_MessageHeader header;
/**
- * #GNUNET_NO if revoked, #GNUNET_YES if valid.
+ * #GNUNET_NO if revocation failed for internal reasons (e.g. disk full)
+ * #GNUNET_YES on success
*/
uint32_t is_valid GNUNET_PACKED;