From 17f7c74c225ed64ea2a5a0342437377b2a6aed01 Mon Sep 17 00:00:00 2001 From: milo Date: Fri, 11 Mar 2011 13:55:46 +0100 Subject: Use const for x11_auth_* strings --- include/libssh/messages.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libssh/messages.h b/include/libssh/messages.h index 8f70b5f..667f7cc 100644 --- a/include/libssh/messages.h +++ b/include/libssh/messages.h @@ -77,8 +77,8 @@ struct ssh_channel_request { /* X11 */ uint8_t x11_single_connection; - char *x11_auth_protocol; - char *x11_auth_cookie; + const char *x11_auth_protocol; + const char *x11_auth_cookie; uint32_t x11_screen_number; }; -- cgit v1.2.3