1#
2# Export file for libvorbisidec
3#
4# Only the symbols listed in the global section will be callable from
5# applications linking to libvorbisidec.
6#
7
8@PACKAGE@.so.1
9{
10	global:
11		ov_clear;
12		ov_open;
13		ov_open_callbacks;
14		ov_test;
15		ov_test_callbacks;
16		ov_test_open;
17		ov_bitrate;
18		ov_bitrate_instant;
19		ov_streams;
20		ov_seekable;
21		ov_serialnumber;
22		ov_raw_total;
23		ov_pcm_total;
24		ov_time_total;
25		ov_raw_seek;
26		ov_pcm_seek;
27		ov_pcm_seek_page;
28		ov_time_seek;
29		ov_time_seek_page;
30		ov_raw_tell;
31		ov_pcm_tell;
32		ov_time_tell;
33		ov_info;
34		ov_comment;
35		ov_read;
36
37		vorbis_info_init;
38		vorbis_info_clear;
39		vorbis_info_blocksize;
40		vorbis_comment_init;
41		vorbis_comment_add;
42		vorbis_comment_add_tag;
43		vorbis_comment_query;
44		vorbis_comment_query_count;
45		vorbis_comment_clear;
46		vorbis_block_init;
47		vorbis_block_clear;
48		vorbis_dsp_clear;
49		vorbis_synthesis_idheader;
50		vorbis_synthesis_headerin;
51		vorbis_synthesis_init;
52		vorbis_synthesis_restart;
53		vorbis_synthesis;
54		vorbis_synthesis_trackonly;
55		vorbis_synthesis_blockin;
56		vorbis_synthesis_pcmout;
57		vorbis_synthesis_read;
58		vorbis_packet_blocksize;
59
60	local:
61		*;
62};
63