From: James Willcox Date: Mon, 12 Sep 2005 23:05:50 +0000 (+0000) Subject: really allow varags this time X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=33f630ec96e48209109e94998caf6014fcb50037;p=catta really allow varags this time git-svn-id: file:///home/lennart/svn/public/avahi/trunk@571 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- 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); }