From 51d181c57e9669c58c418440a748405062b4443e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 4 Aug 2008 19:44:55 +0200 Subject: update list of exported symbols --- src/map-file | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'src/map-file') diff --git a/src/map-file b/src/map-file index 8d1c582e..b6d3b63d 100644 --- a/src/map-file +++ b/src/map-file @@ -98,9 +98,16 @@ pa_context_unref; pa_cvolume_avg; pa_cvolume_channels_equal_to; pa_cvolume_equal; +pa_cvolume_remap; pa_cvolume_set; pa_cvolume_snprint; pa_cvolume_valid; +pa_ext_stream_restore_delete; +pa_ext_stream_restore_read; +pa_ext_stream_restore_set_subscribe_cb; +pa_ext_stream_restore_subscribe; +pa_ext_stream_restore_test; +pa_ext_stream_restore_write; pa_frame_size; pa_get_binary_name; pa_get_fqdn; @@ -133,21 +140,21 @@ pa_operation_ref; pa_operation_unref; pa_parse_sample_format; pa_path_get_filename; -pa_proplist_free; -pa_proplist_contains; pa_proplist_clear; +pa_proplist_contains; pa_proplist_copy; +pa_proplist_free; pa_proplist_get; pa_proplist_gets; pa_proplist_iterate; -pa_proplist_update; pa_proplist_new; pa_proplist_set; -pa_proplist_sets; pa_proplist_setf; +pa_proplist_sets; +pa_proplist_to_string; pa_proplist_unset; pa_proplist_unset_many; -pa_proplist_to_string; +pa_proplist_update; pa_sample_format_to_string; pa_sample_size; pa_sample_spec_equal; @@ -198,8 +205,8 @@ pa_stream_readable_size; pa_stream_ref; pa_stream_set_buffer_attr; pa_stream_set_latency_update_callback; -pa_stream_set_moved_callback; pa_stream_set_monitor_stream; +pa_stream_set_moved_callback; pa_stream_set_name; pa_stream_set_overflow_callback; pa_stream_set_read_callback; -- cgit