From 495389dc6c098fe535e36447e1571c994a1c0723 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 16 Sep 2005 01:20:30 +0000 Subject: 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 --- avahi-sharp/Client.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'avahi-sharp') 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 { -- cgit