add ISC_R_NOPERM to dlz_minimal.h

This commit is contained in:
Evan Hunt
2011-10-28 01:28:58 +00:00
parent c4352fb17e
commit 36794606b8

View File

@@ -44,6 +44,7 @@ typedef uint32_t dns_ttl_t;
/* result codes */
#define ISC_R_SUCCESS 0
#define ISC_R_NOMEMORY 1
#define ISC_R_NOPERM 6
#define ISC_R_NOTFOUND 23
#define ISC_R_FAILURE 25