summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-18 00:36:28 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-20 13:43:09 -0700
commit9561eca1ad28afee6dcd0aebea3dd20a154ec481 (patch)
tree9cf31d23bf76af90d732b6439af60e4fdea50703 /include
parent1b1cf8072b2559e15ac440d5484a29a81d6918c6 (diff)
Constify filename argument to IceLockAuthFile & IceUnlockAuthFile
Needed to fix const string warnings in iceauth - functions already copy provided arguments to temporary local buffer for modifications. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r--include/X11/ICE/ICEutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/X11/ICE/ICEutil.h b/include/X11/ICE/ICEutil.h
index 9c6b12f..dbf1490 100644
--- a/include/X11/ICE/ICEutil.h
+++ b/include/X11/ICE/ICEutil.h
@@ -81,14 +81,14 @@ extern char *IceAuthFileName (
);
extern int IceLockAuthFile (
- char * /* file_name */,
+ const char * /* file_name */,
int /* retries */,
int /* timeout */,
long /* dead */
);
extern void IceUnlockAuthFile (
- char * /* file_name */
+ const char * /* file_name */
);
extern IceAuthFileEntry *IceReadAuthFileEntry (