diff options
| author | James Willcox <snopr@snorp.net> | 2005-09-12 23:05:50 +0000 | 
|---|---|---|
| committer | James Willcox <snopr@snorp.net> | 2005-09-12 23:05:50 +0000 | 
| commit | 33f630ec96e48209109e94998caf6014fcb50037 (patch) | |
| tree | 7fde20a08151031ac480c2a44ee3a0bc755abf7e | |
| parent | a789dcb33d3a587bbd78671a58e2d8b4b479f36e (diff) | |
really allow varags this time
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@571 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rw-r--r-- | avahi-sharp/EntryGroup.cs | 2 | 
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);          }  | 
