src/libosmogapk.map: export osmo_gapk_* with a wilcard

This commit is contained in:
Vadim Yanitskiy 2017-09-10 16:32:48 +03:00
parent 9e7e889278
commit 7279d9f057
1 changed files with 1 additions and 47 deletions

View File

@ -1,50 +1,4 @@
LIBOSMOGAPK_1.0 {
global:
osmo_gapk_log_init;
osmo_gapk_set_talloc_ctx;
osmo_gapk_pq;
osmo_gapk_pq_item;
osmo_gapk_pq_item_type;
osmo_gapk_pq_create;
osmo_gapk_pq_prepare;
osmo_gapk_pq_execute;
osmo_gapk_pq_destroy;
osmo_gapk_pq_describe;
osmo_gapk_pq_check;
osmo_gapk_pq_add_item;
osmo_gapk_pq_queue_file_input;
osmo_gapk_pq_queue_file_output;
osmo_gapk_pq_queue_rtp_input;
osmo_gapk_pq_queue_rtp_output;
osmo_gapk_pq_queue_alsa_input;
osmo_gapk_pq_queue_alsa_output;
osmo_gapk_pq_queue_fmt_convert;
osmo_gapk_pq_queue_codec;
osmo_gapk_format_desc;
osmo_gapk_format_type;
osmo_gapk_fmt_conv_cb_t;
osmo_gapk_fmt_get_from_type;
osmo_gapk_fmt_get_from_name;
osmo_gapk_codec_desc;
osmo_gapk_codec_type;
osmo_gapk_codec_conv_cb_t;
osmo_gapk_codec_get_from_type;
osmo_gapk_bench_codec;
osmo_gapk_bench_enable;
osmo_gapk_bench_free;
osmo_gapk_bench_get_cycles;
osmo_gapk_bench_get_frames;
global: osmo_gapk_*;
local: *;
};