diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2014-03-19 17:55:10 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2014-03-19 17:55:23 +0100 |
commit | 58c1b4aeb85167c44fea0813771d1c33c9acacb7 (patch) | |
tree | f4907485554b5a384811de45d8228152e2d6bdca | |
parent | 2575626fb6c0eb145a11e6d5bf399c80ed207d91 (diff) |
Update enums.h for webdav channel
-rw-r--r-- | spice/enums.h | 20 |
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 }; |