proplist: Change proplist_name_valid() to be public function pa_proplist_key_valid().

I want to check the validity in pa_tagstruct_get_proplist(),
and I think also client applications might have use for this
function.
This commit is contained in:
Tanu Kaskinen 2012-04-13 14:40:31 +03:00 committed by Tanu Kaskinen
parent 9b3d5acbbc
commit e17f18d89a
3 changed files with 18 additions and 14 deletions

View file

@ -232,6 +232,7 @@ pa_proplist_get;
pa_proplist_gets;
pa_proplist_isempty;
pa_proplist_iterate;
pa_proplist_key_valid;
pa_proplist_new;
pa_proplist_set;
pa_proplist_setf;