summaryrefslogtreecommitdiffstats
path: root/spice
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2014-03-19 17:55:10 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2014-03-19 17:55:23 +0100
commit58c1b4aeb85167c44fea0813771d1c33c9acacb7 (patch)
treef4907485554b5a384811de45d8228152e2d6bdca /spice
parent2575626fb6c0eb145a11e6d5bf399c80ed207d91 (diff)
downloadspice-protocol-58c1b4aeb85167c44fea0813771d1c33c9acacb7.tar.gz
spice-protocol-58c1b4aeb85167c44fea0813771d1c33c9acacb7.tar.xz
spice-protocol-58c1b4aeb85167c44fea0813771d1c33c9acacb7.zip
Update enums.h for webdav channel
Diffstat (limited to 'spice')
-rw-r--r--spice/enums.h20
1 files changed, 18 insertions, 2 deletions
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
};