summaryrefslogtreecommitdiffstats
path: root/src/map-file
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-14 00:07:32 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-14 00:07:32 +0100
commitcd45cd9e3ebba2d137ddd90fb181fdde07e65c18 (patch)
tree97c3513d316b4d66f258e6e1dc0a258fbe7493f5 /src/map-file
parent407b4fe5bee1539bae8007daa6532bcf78454590 (diff)
include new proplist functions in export list
Diffstat (limited to 'src/map-file')
-rw-r--r--src/map-file4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map-file b/src/map-file
index 59006fe0..0247933a 100644
--- a/src/map-file
+++ b/src/map-file
@@ -148,15 +148,17 @@ pa_proplist_clear;
pa_proplist_contains;
pa_proplist_copy;
pa_proplist_free;
+pa_proplist_from_string;
pa_proplist_get;
pa_proplist_gets;
+pa_proplist_isempty;
pa_proplist_iterate;
pa_proplist_new;
pa_proplist_set;
pa_proplist_setf;
pa_proplist_sets;
+pa_proplist_size;
pa_proplist_to_string;
-pa_proplist_from_string;
pa_proplist_unset;
pa_proplist_unset_many;
pa_proplist_update;