diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-04 19:03:28 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-04 19:03:28 +0000 |
commit | 56fa20c637e4308d1d82098cb68ccbac23762d92 (patch) | |
tree | a813c9edfa276e07ada4316ae14e28a3c8d1cf90 /lib/libSM/include/X11/SM/SMlib.h | |
parent | 69530c867fcb6723414c77768b3a22cd727460ea (diff) |
update to libSM 1.2.1
Diffstat (limited to 'lib/libSM/include/X11/SM/SMlib.h')
-rw-r--r-- | lib/libSM/include/X11/SM/SMlib.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libSM/include/X11/SM/SMlib.h b/lib/libSM/include/X11/SM/SMlib.h index 92418c148..96452959b 100644 --- a/lib/libSM/include/X11/SM/SMlib.h +++ b/lib/libSM/include/X11/SM/SMlib.h @@ -1,5 +1,3 @@ -/* $Xorg: SMlib.h,v 1.4 2001/02/09 02:03:30 xorgcvs Exp $ */ - /* Copyright 1993, 1998 The Open Group @@ -170,7 +168,7 @@ typedef struct { typedef Status (*SmsRegisterClientProc) ( SmsConn /* smsConn */, SmPointer /* managerData */, - char * /* previousId */ + char * /* previousId */ ); typedef void (*SmsInteractRequestProc) ( @@ -447,8 +445,8 @@ extern IceConn SmcGetIceConnection ( ); extern Status SmsInitialize ( - char * /* vendor */, - char * /* release */, + const char * /* vendor */, + const char * /* release */, SmsNewClientProc /* newClientProc */, SmPointer /* managerData */, IceHostBasedAuthProc /* hostBasedAuthProc */, |