changeset 46463:8cdf38364f8d

(xstricmp): Declaration updated.
author Ken Raeburn <raeburn@raeburn.org>
date Tue, 16 Jul 2002 19:48:08 +0000
parents c6bb99a483e0
children e05dd5b81fc7
files src/dispextern.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Tue Jul 16 19:48:04 2002 +0000
+++ b/src/dispextern.h	Tue Jul 16 19:48:08 2002 +0000
@@ -2295,7 +2295,7 @@
 int frame_update_line_height P_ ((struct frame *));
 int ascii_face_of_lisp_face P_ ((struct frame *, int));
 void prepare_face_for_display P_ ((struct frame *, struct face *));
-int xstricmp P_ ((unsigned char *, unsigned char *));
+int xstricmp P_ ((const unsigned char *, const unsigned char *));
 int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *));
 int lookup_named_face P_ ((struct frame *, Lisp_Object, int));
 int smaller_face P_ ((struct frame *, int, int));