X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=76a05fdb525699433ac045cf63a0a92c7d346512;hb=69af4f4f5a3718d8ed4ff597daf68de87bbb39f3;hp=b84579341487d9db469170ca452a5c9a6663d942;hpb=4f0a5e7572a4257894b4bfede42c26d65152609e;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index b845793..76a05fd 100644 --- a/avahi-common/error.c +++ b/avahi-common/error.c @@ -19,6 +19,10 @@ USA. ***/ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "error.h" const char *avahi_strerror(int error) { @@ -48,7 +52,16 @@ const char *avahi_strerror(int error) { "Invalid operation", "An unexpected DBUS error occured", "Could not get a connection to the daemon", - "Memory exhausted" + "Memory exhausted", + "The object passed in was not valid", + "Daemon not running", + "Invalid interface index", + "Invalid protocol specification", + "Invalid flags", + "Not found", + "Invalid configuration", + "Version mismatch", + "Invalid service subtype" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)