[Spice-commits] spice/enums.h

Marc-André Lureau elmarco at kemper.freedesktop.org
Wed Mar 19 09:55:44 PDT 2014


 spice/enums.h |   20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

New commits:
commit 58c1b4aeb85167c44fea0813771d1c33c9acacb7
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Wed Mar 19 17:55:10 2014 +0100

    Update enums.h for webdav channel

diff --git a/spice/enums.h b/spice/enums.h
index fdcffa8..8de018f 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -1,9 +1,24 @@
 /* this is a file autogenerated by spice_codegen.py */
+/*
+  Copyright (C) 2013 Red Hat, Inc.
+
+  This library is free software; you can redistribute it and/or
+  modify it under the terms of the GNU Lesser General Public
+  License as published by the Free Software Foundation; either
+  version 2.1 of the License, or (at your option) any later version.
+
+  This library is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  Lesser General Public License for more details.
+
+  You should have received a copy of the GNU Lesser General Public
+  License along with this library; if not, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef _H_SPICE_ENUMS
 #define _H_SPICE_ENUMS
 
-/* Generated from spice.proto, don't edit */
-
 typedef enum SpiceLinkErr {
     SPICE_LINK_ERR_OK,
     SPICE_LINK_ERR_ERROR,
@@ -377,6 +392,7 @@ enum {
     SPICE_CHANNEL_SMARTCARD,
     SPICE_CHANNEL_USBREDIR,
     SPICE_CHANNEL_PORT,
+    SPICE_CHANNEL_WEBDAV,
 
     SPICE_END_CHANNEL
 };


More information about the Spice-commits mailing list