X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=avahi-common%2Faddress.c;h=c8ddf7fd72975e88b5d75130e9a2a477fb0eddf1;hb=b6a614b20d4df2ef40c7213a6c448341f3e20ac5;hp=56b4058b49aa4c76113c3e5d161cc4aff18ecef4;hpb=c3575017e2137ef664e4735bd6f9ff1209653ef3;p=catta diff --git a/avahi-common/address.c b/avahi-common/address.c index 56b4058..c8ddf7f 100644 --- a/avahi-common/address.c +++ b/avahi-common/address.c @@ -23,8 +23,8 @@ #include #endif -#include #include +#include #include #include #include @@ -66,7 +66,7 @@ char *avahi_address_snprint(char *s, size_t length, const AvahiAddress *a) { return s; } -char* avahi_reverse_lookup_name(char *ret_s, size_t length, const AvahiAddress *a) { +char* avahi_reverse_lookup_name(const AvahiAddress *a, char *ret_s, size_t length) { assert(ret_s); assert(length > 0); assert(a);