]> git.eshelyaron.com Git - emacs.git/commitdiff
(xstricmp): Declaration updated.
authorKen Raeburn <raeburn@raeburn.org>
Tue, 16 Jul 2002 19:48:08 +0000 (19:48 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Tue, 16 Jul 2002 19:48:08 +0000 (19:48 +0000)
src/dispextern.h

index 52e3c5fe2fba02a70970575eb3b43154ac77105b..682bf0b8f3c521faa0a317356ed697031f80a952 100644 (file)
@@ -2295,7 +2295,7 @@ void unload_color P_ ((struct frame *, unsigned long));
 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));