misc/libtremor/tremor/Version_script.in
changeset 9371 f3840de881bd
parent 9370 328264029b6e
child 9372 915436ff64ab
equal deleted inserted replaced
9370:328264029b6e 9371:f3840de881bd
     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 
       
    47 	local:
       
    48 		*;
       
    49 };