diff options
Diffstat (limited to 'include/dix.h')
-rw-r--r-- | include/dix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dix.h b/include/dix.h index b21084607..658dd293c 100644 --- a/include/dix.h +++ b/include/dix.h @@ -280,14 +280,14 @@ extern _X_EXPORT Bool ClientIsAsleep( /* atom.c */ extern _X_EXPORT Atom MakeAtom( - char * /*string*/, + const char * /*string*/, unsigned /*len*/, Bool /*makeit*/); extern _X_EXPORT Bool ValidAtom( Atom /*atom*/); -extern _X_EXPORT char *NameForAtom( +extern _X_EXPORT const char *NameForAtom( Atom /*atom*/); extern _X_EXPORT void AtomError(void); |