ref: 8d88287b2da6712da7d9c216eb122b19a4fb3c7a
dir: /src/Version_script.in/
# # Export file for libsamplerate # # Only the symbols listed in the global section will be callable from # applications linking to libsamplerate. # @[email protected] { global: src_new ; src_delete ; src_get_name ; src_get_description ; src_get_version ; src_process ; src_reset ; src_error ; src_strerror ; src_simple ; src_is_valid_ratio ; src_set_ratio ; local: *; }; @[email protected] { global: src_new ; src_delete ; src_get_name ; src_get_description ; src_get_version ; src_process ; src_reset ; src_error ; src_strerror ; src_simple ; src_is_valid_ratio ; src_set_ratio ; src_callback_new ; src_callback_read ; src_short_to_float_array ; src_float_to_short_array ; local: *; };