diff options
| author | Eli Zaretskii | 2019-11-14 13:50:45 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-11-14 13:50:45 +0200 |
| commit | ab36b56e40c6af3b3deb8ad768e410d4838615f9 (patch) | |
| tree | b679682d5b35483917936cb433ff7224d0701d5a /src/font.h | |
| parent | 75875cac2100544f7c1192fc37ea23fbe9db12d7 (diff) | |
| download | emacs-ab36b56e40c6af3b3deb8ad768e410d4838615f9.tar.gz emacs-ab36b56e40c6af3b3deb8ad768e410d4838615f9.zip | |
; * src/font.h (font_is_ignored): Add prototype to avoid warnings.
Diffstat (limited to 'src/font.h')
| -rw-r--r-- | src/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h index 9d4b2d81c6f..9ce46e8eabb 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -836,6 +836,7 @@ extern Lisp_Object font_style_symbolic (Lisp_Object font, | |||
| 836 | bool for_face); | 836 | bool for_face); |
| 837 | 837 | ||
| 838 | extern bool font_match_p (Lisp_Object spec, Lisp_Object font); | 838 | extern bool font_match_p (Lisp_Object spec, Lisp_Object font); |
| 839 | extern bool font_is_ignored (const char *name, ptrdiff_t namelen); | ||
| 839 | extern Lisp_Object font_list_entities (struct frame *, Lisp_Object); | 840 | extern Lisp_Object font_list_entities (struct frame *, Lisp_Object); |
| 840 | 841 | ||
| 841 | extern Lisp_Object font_get_name (Lisp_Object font_object); | 842 | extern Lisp_Object font_get_name (Lisp_Object font_object); |