summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@NetBSD.org>2015-09-23 10:57:44 +0200
committerThomas Klausner <wiz@NetBSD.org>2015-09-28 09:45:45 +0200
commitcb5dc44303e8496450a649a97540e55887e1fe22 (patch)
tree79073b49a40bb0b9d9315d2e8689e639490b62e0 /src/util.h
parentc644db2c3a1b6c9e5e99da130493a978a7d08010 (diff)
Add some const.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 7f4527c..4b2d3a8 100644
--- a/src/util.h
+++ b/src/util.h
@@ -64,7 +64,7 @@ in this Software without prior written authorization from The Open Group.
extern void MoveOutline ( Window root, int x, int y, int width, int height,
int bw, int th );
extern void Zoom ( Window wf, Window wt );
-extern char * ExpandFilename ( char *name );
+extern char * ExpandFilename ( const char *name );
extern void GetUnknownIcon ( const char *name );
extern Pixmap FindBitmap ( const char *name, unsigned int *widthp,
unsigned int *heightp );