From: Øyvind Kolås Date: Wed, 11 Jul 2018 15:07:52 +0000 (+0200) Subject: babl: export symbol model_with_space X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~16^2~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7df3de52bd05bd161d6a9fbbb6912bae57bd4168;p=babl.git babl: export symbol model_with_space --- diff --git a/babl/babl-internal.h b/babl/babl-internal.h index 2a0094d..b857a65 100644 --- a/babl/babl-internal.h +++ b/babl/babl-internal.h @@ -337,8 +337,6 @@ static inline double babl_parse_double (const char *str) const Babl * babl_remodel_with_space (const Babl *model, const Babl *space); -const Babl * -babl_model_with_space (const char *name, const Babl *space); Babl * _conversion_new (const char *name, int id, diff --git a/babl/babl.h b/babl/babl.h index 23786e5..405a06e 100644 --- a/babl/babl.h +++ b/babl/babl.h @@ -177,6 +177,9 @@ int babl_format_exists (const char *name); */ const Babl * babl_format_with_space (const char *name, const Babl *space); +const Babl * +babl_model_with_space (const char *name, const Babl *space); + /* * babl_format_get_space: * diff --git a/export-symbols b/export-symbols index f9674f7..df63f41 100644 --- a/export-symbols +++ b/export-symbols @@ -31,6 +31,7 @@ babl_init babl_introspect babl_malloc babl_model +babl_model_with_space babl_model_new babl_new_palette babl_palette_reset