summaryrefslogtreecommitdiff
path: root/ui/vnc.h
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2016-09-29 16:45:40 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-10-13 09:22:31 +0200
commitdbee9897d5c35643ab2932a86bdf27bee673a7b8 (patch)
tree10e27607937cff7fb1acd2448221021935fbdef9 /ui/vnc.h
parent90cd03a30ee96779ee9ae36a84b387452e256358 (diff)
downloadqemu-dbee9897d5c35643ab2932a86bdf27bee673a7b8.tar.gz
ui: rename vnc_init_state to vnc_start_protocol
Rename the vnc_init_state method to reflect what its actual purpose is, to discourage future devs from using it for more general state initialization. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 1475163940-26094-10-git-send-email-berrange@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/vnc.h')
-rw-r--r--ui/vnc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/vnc.h b/ui/vnc.h
index e48e155ce4..d20b154a77 100644
--- a/ui/vnc.h
+++ b/ui/vnc.h
@@ -515,7 +515,7 @@ void vnc_write_u8(VncState *vs, uint8_t value);
void vnc_flush(VncState *vs);
void vnc_read_when(VncState *vs, VncReadEvent *func, size_t expecting);
void vnc_disconnect_finish(VncState *vs);
-void vnc_init_state(VncState *vs);
+void vnc_start_protocol(VncState *vs);
/* Buffer I/O functions */