summaryrefslogtreecommitdiffstats
path: root/avahi-common/error.h
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-10-27 17:49:41 +0000
committerTrent Lloyd <lathiat@bur.st>2005-10-27 17:49:41 +0000
commit1a04f21bca1c5410019b29c2b7305796ecb5a8b8 (patch)
tree3aea580df7a3251834c5c27f2b51c94bdeaf5319 /avahi-common/error.h
parent6e6fde9ac338d241488f3981a76dfc85ddec12d6 (diff)
* avahi-daemon: Implement EntryGroup::AddRecord for arbitrary record additions
* avahi-client: Wrap AddRecord, add simple test to client-test git-svn-id: file:///home/lennart/svn/public/avahi/trunk@890 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/error.h')
-rw-r--r--avahi-common/error.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/avahi-common/error.h b/avahi-common/error.h
index a7c97a7..f1a019d 100644
--- a/avahi-common/error.h
+++ b/avahi-common/error.h
@@ -80,6 +80,8 @@ enum {
AVAHI_ERR_DNS_NXRRSET = -43,
AVAHI_ERR_DNS_NOTAUTH = -44,
AVAHI_ERR_DNS_NOTZONE = -45,
+
+ AVAHI_ERR_INVALID_RDATA = -46,
/****
**** IF YOU ADD A NEW ERROR CODE HERE, PLEASE DON'T FORGET TO ADD
@@ -89,7 +91,7 @@ enum {
**** Also remember to update the MAX value below.
****/
- AVAHI_ERR_MAX = -46
+ AVAHI_ERR_MAX = -47
};
/** Return a human readable error string for the specified error code */