From 4e0d43668489f8a191acb37652c53dc0abe1607d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 20 Nov 2021 19:06:01 +0100 Subject: Add prototype for libfonts_do_decoded_font_descriptions_match MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libfonts.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libfonts.h b/libfonts.h index b7a1e43..2046e0e 100644 --- a/libfonts.h +++ b/libfonts.h @@ -310,6 +310,8 @@ struct libfonts_font_description { int libfonts_encode_font_description(const struct libfonts_font_description *, char[static 256]); int libfonts_decode_font_description(struct libfonts_font_description *, const char *); int libfonts_do_font_descriptions_match(const char * /* no wildcards */, const char * /* wildcards allowed */); +int libfonts_do_decoded_font_descriptions_match(const struct libfonts_font_description * /* no wildcards */, + const struct libfonts_font_description * /* wildcards allowed */); int libfonts_get_default_rendering_settings(struct libfonts_rendering_settings *); int libfonts_get_output_rendering_settings(struct libfonts_rendering_settings *, const char *); -- cgit v1.2.3-70-g09d2