# HG changeset patch # User Ken Raeburn # Date 1026848888 0 # Node ID 8cdf38364f8df9d9e3a5fb39a6095ccd5835eb27 # Parent c6bb99a483e03c17b5660ea86840aa261241388a (xstricmp): Declaration updated. diff -r c6bb99a483e0 -r 8cdf38364f8d src/dispextern.h --- 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));