X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Ferror.c;h=42423616213313083bf0bc004d03a51883c7efb8;hb=3a3534e764f45e03e97a33c91e2f21b894e24dbb;hp=0635161e9275c5ba0251876a1429dd7572b5eea9;hpb=3d2e63d2c5c351dde38b24a45a679ce819ed0e41;p=catta diff --git a/avahi-common/error.c b/avahi-common/error.c index 0635161..4242361 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,8 +52,15 @@ const char *avahi_strerror(int error) { "Invalid operation", "An unexpected DBUS error occured", "Could not get a connection to the daemon", - "Memory exhausted" - "The object passed in was not valid" + "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" }; if (-error < 0 || -error >= -AVAHI_ERR_MAX)