From 182da3ab7be8f813a09f1807c1c76747eff02af6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 26 Oct 2005 01:34:48 +0000 Subject: reorder arguments of avahi_reverse_lookup_name() to make them more natural git-svn-id: file:///home/lennart/svn/public/avahi/trunk@874 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/alternative.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'avahi-common/alternative.h') diff --git a/avahi-common/alternative.h b/avahi-common/alternative.h index 4f0e58b..d171540 100644 --- a/avahi-common/alternative.h +++ b/avahi-common/alternative.h @@ -35,9 +35,9 @@ AVAHI_C_DECL_BEGIN char *avahi_alternative_host_name(const char *s); /** Find an alternative for the specified service name. If called with - an original service name, " #2" is appended. Afterwards the number - is increased on each call (i.e. "foo" becomes "foo #2" becomes - "foo #3" and so on.) avahi_free() the result. */ + * an original service name, " #2" is appended. Afterwards the number + * is increased on each call (i.e. "foo" becomes "foo #2" becomes "foo + * #3" and so on.) avahi_free() the result. */ char *avahi_alternative_service_name(const char *s); AVAHI_C_DECL_END -- cgit