diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2009-08-09 07:59:06 +0300 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2009-08-09 07:59:06 +0300 |
commit | 1457df40eee692834d1c5faf95ca0057d74f86d1 (patch) | |
tree | 6884f45b91c192b49d5550bfeed011fe099d15b5 /src/map-file | |
parent | 44770c59e92f49288341afe8646d8bc39eb9f589 (diff) |
proplist: New function: pa_proplist_equal()
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 a1d0a061..3db3a2d7 100644 --- a/src/map-file +++ b/src/map-file @@ -180,6 +180,7 @@ pa_path_get_filename; pa_proplist_clear; pa_proplist_contains; pa_proplist_copy; +pa_proplist_equal; pa_proplist_free; pa_proplist_from_string; pa_proplist_get; |