diff --git a/debian/libsteam-runtime-tools-0-0.symbols b/debian/libsteam-runtime-tools-0-0.symbols index dea1f89f24355e51845b6cb19b8f9aa62af3ab11..cf81c65f9bd301cc9977e15cd25b0328bec0e699 100644 --- a/debian/libsteam-runtime-tools-0-0.symbols +++ b/debian/libsteam-runtime-tools-0-0.symbols @@ -1,7 +1,6 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER# * Build-Depends-Package: libsteam-runtime-tools-0-dev _srt_divert_stdout_to_stderr@Base 0.20201002.0 - _srt_filter_gameoverlayrenderer@Base 0.20190822.0 _srt_rm_rf@Base 0.20200306.0 _srt_unblock_signals@Base 0.20200109.0 srt_add_flag_from_nick@Base 0.20200908.0 diff --git a/steam-runtime-tools/utils-internal.h b/steam-runtime-tools/utils-internal.h index c1221b11f7475c9ea2e7c1394e6f539e2cf4b830..3609b4b888b1a59be2734f4fda56ea2232f134e5 100644 --- a/steam-runtime-tools/utils-internal.h +++ b/steam-runtime-tools/utils-internal.h @@ -49,8 +49,7 @@ G_GNUC_INTERNAL GPtrArray *_srt_get_helper (const char *helpers_path, const char *base, SrtHelperFlags flags, GError **error); -_SRT_PRIVATE_EXPORT -gchar *_srt_filter_gameoverlayrenderer (const gchar *input); +G_GNUC_INTERNAL gchar *_srt_filter_gameoverlayrenderer (const gchar *input); G_GNUC_INTERNAL const char *_srt_find_myself (const char **helpers_path_out, GError **error);