summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-03 17:44:17 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-03 17:44:17 +0200
commitc0a9e8bfb77d5c8dbc8f788b14b3d2b02368d2e9 (patch)
tree4a23a844aae9923e206d7ab3cea39b050029d3ad
parentebb2ecbe12b30ced855b6497d903e3250e356327 (diff)
add missing calls to map file
-rw-r--r--src/map-file2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map-file b/src/map-file
index 7f38be11..50cb780a 100644
--- a/src/map-file
+++ b/src/map-file
@@ -100,6 +100,7 @@ pa_cvolume_avg;
pa_cvolume_channels_equal_to;
pa_cvolume_compatible;
pa_cvolume_equal;
+pa_cvolume_init;
pa_cvolume_max;
pa_cvolume_remap;
pa_cvolume_set;
@@ -162,6 +163,7 @@ pa_proplist_update;
pa_sample_format_to_string;
pa_sample_size;
pa_sample_spec_equal;
+pa_sample_spec_init;
pa_sample_spec_snprint;
pa_sample_spec_valid;
pa_signal_done;