switched test result output of zone reader
fixed type for LOC altitude
uint8_t vertical_precision;
uint32_t longitude;
uint32_t latitude;
- uint32_t altitude;
+ long altitude;
char northerness;
char easterness;
uint32_t h;
/** The bytes TTL, CLASS and length use up in an rr */
#define LDNS_RR_OVERHEAD 10
+/* The first 48 fields are 'common' and can be referenced instantly */
+#define LDNS_RDATA_FIELD_DESCRIPTORS_COMMON 48
+
+
/**
* The different RR classes.
#define LDNS_RDATA_FIELD_DESCRIPTORS_COUNT \
(sizeof(rdata_field_descriptors)/sizeof(rdata_field_descriptors[0]))
-/* The first 48 fields are 'common' and can be referenced instantly */
-#define LDNS_RDATA_FIELD_DESCRIPTORS_COMMON 48
-
const ldns_rr_descriptor *
ldns_rr_descript(uint16_t type)
{