[Spice-devel] [PATCH spice-common v2 4/4] client_demarshallers: Remove SPICE protocol 1 declaration
Frediano Ziglio
fziglio at redhat.com
Fri Oct 12 11:48:07 UTC 2018
spice_get_server_channel_parser1 function was removed.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
common/client_demarshallers.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/common/client_demarshallers.h b/common/client_demarshallers.h
index af095a0..43c7e7d 100644
--- a/common/client_demarshallers.h
+++ b/common/client_demarshallers.h
@@ -27,7 +27,6 @@ typedef uint8_t * (*spice_parse_channel_func_t)(uint8_t *message_start, uint8_t
size_t *size_out, message_destructor_t *free_message);
spice_parse_channel_func_t spice_get_server_channel_parser(uint32_t channel, unsigned int *max_message_type);
-spice_parse_channel_func_t spice_get_server_channel_parser1(uint32_t channel, unsigned int *max_message_type);
SPICE_END_DECLS
--
2.17.1
More information about the Spice-devel
mailing list