diff options
| author | Ken Raeburn | 2002-07-16 19:48:08 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2002-07-16 19:48:08 +0000 |
| commit | 77be52b77f623569329fc02d2af954e24a308c01 (patch) | |
| tree | 07d58953e814fae7bbc757c98865423580296d3d /src | |
| parent | a90f2c3549a5173e59755ac834c4f85505b3fcc8 (diff) | |
| download | emacs-77be52b77f623569329fc02d2af954e24a308c01.tar.gz emacs-77be52b77f623569329fc02d2af954e24a308c01.zip | |
(xstricmp): Declaration updated.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 52e3c5fe2fb..682bf0b8f3c 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2295,7 +2295,7 @@ void unload_color P_ ((struct frame *, unsigned long)); | |||
| 2295 | int frame_update_line_height P_ ((struct frame *)); | 2295 | int frame_update_line_height P_ ((struct frame *)); |
| 2296 | int ascii_face_of_lisp_face P_ ((struct frame *, int)); | 2296 | int ascii_face_of_lisp_face P_ ((struct frame *, int)); |
| 2297 | void prepare_face_for_display P_ ((struct frame *, struct face *)); | 2297 | void prepare_face_for_display P_ ((struct frame *, struct face *)); |
| 2298 | int xstricmp P_ ((unsigned char *, unsigned char *)); | 2298 | int xstricmp P_ ((const unsigned char *, const unsigned char *)); |
| 2299 | int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *)); | 2299 | int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *)); |
| 2300 | int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); | 2300 | int lookup_named_face P_ ((struct frame *, Lisp_Object, int)); |
| 2301 | int smaller_face P_ ((struct frame *, int, int)); | 2301 | int smaller_face P_ ((struct frame *, int, int)); |