summaryrefslogtreecommitdiff
path: root/app/xfs/include/difs.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/xfs/include/difs.h')
-rw-r--r--app/xfs/include/difs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xfs/include/difs.h b/app/xfs/include/difs.h
index 2064bb37b..8ec255c77 100644
--- a/app/xfs/include/difs.h
+++ b/app/xfs/include/difs.h
@@ -42,7 +42,7 @@ extern ReplySwapFunc ReplySwapVector[NUM_PROC_VECTORS];
/* FIXME: this is derived from fontstruct.h; should integrate it */
/* difs/atom.c */
-extern Atom MakeAtom ( char *string, unsigned len, Bool makeit );
+extern Atom MakeAtom ( const char *string, unsigned len, Bool makeit );
extern int ValidAtom ( Atom atom );
extern char * NameForAtom ( Atom atom );
extern void InitAtoms ( void );