summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avahi-sharp/EntryGroup.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-sharp/EntryGroup.cs b/avahi-sharp/EntryGroup.cs
index 92bfd4e..d69e8a6 100644
--- a/avahi-sharp/EntryGroup.cs
+++ b/avahi-sharp/EntryGroup.cs
@@ -118,7 +118,7 @@ namespace Avahi
}
public void AddService (string name, string type, string domain,
- UInt16 port, string[] txt)
+ UInt16 port, params string[] txt)
{
AddService (-1, Protocol.Unspecified, name, type, domain, null, port, txt);
}