summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dispextern.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 2740364427d..f807a2aa61e 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2293,9 +2293,8 @@ void free_realized_face P_ ((struct frame *, struct face *));
extern Lisp_Object Qforeground_color, Qbackground_color;
extern char unspecified_fg[], unspecified_bg[];
-extern void check_face_attributes P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
-extern Lisp_Object generate_ascii_font_name P_ ((Lisp_Object, Lisp_Object));
-extern Lisp_Object font_name_registry P_ ((Lisp_Object));
+extern Lisp_Object split_font_name_into_vector P_ ((Lisp_Object));
+extern Lisp_Object build_font_name_from_vector P_ ((Lisp_Object));
/* Defined in xfns.c */