listen: no CamelCase

Renamed functions.
This commit is contained in:
Max Kellermann
2009-02-24 17:42:36 +01:00
parent d89ba3bcce
commit 9bb3f2d060
5 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ static void avahiRegisterService(AvahiClient * c)
ret = avahi_entry_group_add_service(avahiGroup,
AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC,
0, avahiName, SERVICE_TYPE, NULL,
NULL, boundPort, NULL);
NULL, listen_port, NULL);
if (ret < 0) {
g_warning("Failed to add service %s: %s", SERVICE_TYPE,
avahi_strerror(ret));