From 33f630ec96e48209109e94998caf6014fcb50037 Mon Sep 17 00:00:00 2001 From: James Willcox Date: Mon, 12 Sep 2005 23:05:50 +0000 Subject: really allow varags this time git-svn-id: file:///home/lennart/svn/public/avahi/trunk@571 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-sharp/EntryGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit