aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 25c8227d773..d26215e5113 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2582,6 +2582,7 @@ void clear_face_cache P_ ((int));
2582unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, 2582unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object,
2583 enum lface_attribute_index)); 2583 enum lface_attribute_index));
2584void unload_color P_ ((struct frame *, unsigned long)); 2584void unload_color P_ ((struct frame *, unsigned long));
2585int face_font_available_p P_ ((struct frame *, Lisp_Object));
2585int ascii_face_of_lisp_face P_ ((struct frame *, int)); 2586int ascii_face_of_lisp_face P_ ((struct frame *, int));
2586void prepare_face_for_display P_ ((struct frame *, struct face *)); 2587void prepare_face_for_display P_ ((struct frame *, struct face *));
2587int xstricmp P_ ((const unsigned char *, const unsigned char *)); 2588int xstricmp P_ ((const unsigned char *, const unsigned char *));