diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2008-10-27 21:14:50 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2009-01-13 16:59:46 +0200 |
commit | 01f71ac7a1fc2cb2f7b29e563a3468c2ffe05313 (patch) | |
tree | 1526f9ef934123cdbafe16469cbf84190ab80a8f /src/map-file | |
parent | 9e978c97702ef199764671b68def5c0e42a32250 (diff) |
libpulse: add proplist_from_string
Diffstat (limited to 'src/map-file')
-rw-r--r-- | src/map-file | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map-file b/src/map-file index 82b9c386..59006fe0 100644 --- a/src/map-file +++ b/src/map-file @@ -156,6 +156,7 @@ pa_proplist_set; pa_proplist_setf; pa_proplist_sets; pa_proplist_to_string; +pa_proplist_from_string; pa_proplist_unset; pa_proplist_unset_many; pa_proplist_update; |