From: Lennart Poettering Date: Fri, 16 Sep 2005 01:20:30 +0000 (+0000) Subject: make AVAHI_PROTO_xxx well defined constants: C# support X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=495389dc6c098fe535e36447e1571c994a1c0723;p=catta make AVAHI_PROTO_xxx well defined constants: C# support git-svn-id: file:///home/lennart/svn/public/avahi/trunk@597 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/avahi-sharp/Client.cs b/avahi-sharp/Client.cs index c3584c5..783c003 100644 --- a/avahi-sharp/Client.cs +++ b/avahi-sharp/Client.cs @@ -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 {