summaryrefslogtreecommitdiff
path: root/src/map-file
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki2@gmail.com>2014-04-15 02:08:23 +0200
committerDavid Henningsson <david.henningsson@canonical.com>2014-09-10 10:12:08 +0200
commit78ca8cfc966d7ea56cab43ee1ef40cafd1fa30b5 (patch)
tree2cf007a5565c6d5a2f24b376a8e11d36110adb2b /src/map-file
parent594da41d07edcebc5fd319388852a66cc3f12ace (diff)
downloadpulseaudio-78ca8cfc966d7ea56cab43ee1ef40cafd1fa30b5.tar.gz
Client API: Add pa_stream_write_ext_free() function.
New function allows to pass data pointer that is a member of the outer structure that need to be freed too when data is not needed anymore. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Diffstat (limited to 'src/map-file')
-rw-r--r--src/map-file1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map-file b/src/map-file
index dc36fdc9c..5159829a5 100644
--- a/src/map-file
+++ b/src/map-file
@@ -330,6 +330,7 @@ pa_stream_update_sample_rate;
pa_stream_update_timing_info;
pa_stream_writable_size;
pa_stream_write;
+pa_stream_write_ext_free;
pa_strerror;
pa_sw_cvolume_divide;
pa_sw_cvolume_divide_scalar;