summaryrefslogtreecommitdiffstats
path: root/src/map-file
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-12-24 00:45:06 +0100
committerLennart Poettering <lennart@poettering.net>2008-12-24 00:45:06 +0100
commit6342053b34ab2f8addd2ed74cd965ec794ee50d4 (patch)
tree7e78a6e209ba1ce0cd27498210909adaa2ccc229 /src/map-file
parentc2bd8dc517f825858e747343bd9fc3a88ac75776 (diff)
Add new API functions pa_volume_snprint() and pa_sw_volume_snprint_dB()
Diffstat (limited to 'src/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 ca523b91..82b9c386 100644
--- a/src/map-file
+++ b/src/map-file
@@ -234,6 +234,7 @@ pa_sw_volume_divide;
pa_sw_volume_from_dB;
pa_sw_volume_from_linear;
pa_sw_volume_multiply;
+pa_sw_volume_snprint_dB;
pa_sw_volume_to_dB;
pa_sw_volume_to_linear;
pa_threaded_mainloop_accept;
@@ -259,6 +260,7 @@ pa_usec_to_bytes;
pa_utf8_filter;
pa_utf8_to_locale;
pa_utf8_valid;
+pa_volume_snprint;
pa_xfree;
pa_xmalloc;
pa_xmalloc0;