]> git.meshlink.io Git - catta/commitdiff
make AVAHI_PROTO_xxx well defined constants: C# support
authorLennart Poettering <lennart@poettering.net>
Fri, 16 Sep 2005 01:20:30 +0000 (01:20 +0000)
committerLennart Poettering <lennart@poettering.net>
Fri, 16 Sep 2005 01:20:30 +0000 (01:20 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@597 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-sharp/Client.cs

index c3584c59b13d450ab67649bf6811b937fd266c92..783c00342f6fdd6b6f29783b8a08c3ce255b4ebb 100644 (file)
@@ -43,9 +43,9 @@ namespace Avahi
     public delegate void ClientStateHandler (object o, ClientState state);
 
     public enum Protocol {
-        Unspecified = 0,
-        IPv4 = 2,
-        IPv6 = 10
+        Unspecified = -1,
+        IPv4 = 0,
+        IPv6 = 1
     }
     
     public enum ClientState {