From 4af9e4a71f7c07da86ef1940cba69e92b11ba337 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 19 Nov 2011 11:33:30 -0800 Subject: SmsInitialize: Mark vendor & release args as const char * Needed to fix gcc -Wwrite-strings arguments in callers such as xsm. Signed-off-by: Alan Coopersmith Reviewed-by: James Cloos --- doc/SMlib.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/SMlib.xml b/doc/SMlib.xml index 7577492..6d2a234 100644 --- a/doc/SMlib.xml +++ b/doc/SMlib.xml @@ -1500,8 +1500,8 @@ time a new client connects to the session manager. Status SmsInitialize - char *vendor - char *release + const char *vendor + const char *release SmsNewClientProc new_client_proc SmPointer manager_data IceHostBasedAuthProc host_based_auth_proc -- cgit v1.2.3