diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-08-16 01:29:28 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-08-16 01:29:28 +0000 |
commit | ee4cc41fafaac0a2d76c1c791f6d43a6b6d937a7 (patch) | |
tree | 2fed674760fcb3031faac25e6bb5bd019cfad151 /avahi-core | |
parent | 91c63aa9b11519356a319d28a134fa3693da02a9 (diff) |
* start implementing error handling in avahi-client
* doxygen document timeval.h
* add two more AVAHI_GCC_SENTINELs
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@350 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core')
-rw-r--r-- | avahi-core/core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-core/core.h b/avahi-core/core.h index b8ee91a..9931589 100644 --- a/avahi-core/core.h +++ b/avahi-core/core.h @@ -228,7 +228,7 @@ int avahi_server_add_txt( AvahiEntryFlags flags, uint32_t ttl, /**< DNS TTL for this record */ const char *name, /**< TXT record name */ - ... /**< Text record data, terminated by NULL */); + ... /**< Text record data, terminated by NULL */) AVAHI_GCC_SENTINEL; /** Add a PTR RR to the server. Mostly identical to * avahi_server_add_text but takes a va_list instead of a variable @@ -288,7 +288,7 @@ int avahi_server_add_service( const char *domain, const char *host, /**< Host name where this servcie resides, or NULL if on the local host */ uint16_t port, /**< Port number of the service */ - ... /**< Text records, terminated by NULL */); + ... /**< Text records, terminated by NULL */) AVAHI_GCC_SENTINEL; /** Mostly identical to avahi_server_add_service(), but takes an va_list for the TXT records. */ int avahi_server_add_service_va( |