[API 0.398] Consistency in names for defines

This commit is contained in:
Willem Toorop 2014-02-18 15:49:42 +01:00
parent 660e6b9672
commit 5d34d31ecc
4 changed files with 7 additions and 7 deletions

Binary file not shown.

BIN
spec/getdns-0.398.tgz Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
/* Created at 2014-02-18-14-24-15*/
/* Created at 2014-02-18-15-23-20*/
#ifndef GETDNS_H
#define GETDNS_H
@ -279,11 +279,11 @@ typedef enum getdns_callback_type_t {
#define GETDNS_RRTYPE_DLV 32769
/* Defines for RRclasses (from 2014-02) */
#define GETDNS_RR_CLASS_IN 1
#define GETDNS_RR_CLASS_CH 3
#define GETDNS_RR_CLASS_HS 4
#define GETDNS_RR_CLASS_NONE 254
#define GETDNS_RR_CLASS_ANY 255
#define GETDNS_RRCLASS_IN 1
#define GETDNS_RRCLASS_CH 3
#define GETDNS_RRCLASS_HS 4
#define GETDNS_RRCLASS_NONE 254
#define GETDNS_RRCLASS_ANY 255
/* Defines for Opcodes (from 2014-02) */
#define GETDNS_OPCODE_QUERY 0

View File

@ -2428,7 +2428,7 @@ The response dicts inherit the custom memory management functions and the value
<h1>9. The Generated Files</h1>
<p>There is <a href="getdns-0.397.tgz">a tarball</a> that includes the .h files,
<p>There is <a href="getdns-0.398.tgz">a tarball</a> that includes the .h files,
the examples, and so on. The examples all make, even though there is no API implementation, based
on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine
on the Macintosh and Ubuntu; help is definitely appreciated on making the build process