diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-06-16 09:19:25 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-06-16 09:19:25 -0400 |
commit | ee3537107a0bc41d5e5b2dc5c71106dec42ad144 (patch) | |
tree | 581cd76a994411d38c6a0c7f8519d7e0db4c728a /pango/pango-utils.h | |
parent | dc54dda64344fe8f7c18ce1223351fa2d8740832 (diff) | |
download | pango-ee3537107a0bc41d5e5b2dc5c71106dec42ad144.tar.gz |
utils: Add missing prototype for pango_config_key_get_system()
Commit message written by Colin Walters <walters@verbum.org>
https://bugzilla.gnome.org/show_bug.cgi?id=667960
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r-- | pango/pango-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h index f86c6620..188ea509 100644 --- a/pango/pango-utils.h +++ b/pango/pango-utils.h @@ -42,6 +42,7 @@ gboolean pango_scan_int (const char **pos, int *out); #ifdef PANGO_ENABLE_BACKEND +char * pango_config_key_get_system (const char *key); char * pango_config_key_get (const char *key); void pango_lookup_aliases (const char *fontname, char ***families, |