add SPA_SENTINEL

This commit is contained in:
Wim Taymans 2019-07-09 21:13:26 +02:00
parent c7d7058896
commit 7f885b6db4
2 changed files with 4 additions and 2 deletions

View file

@ -46,7 +46,7 @@ struct pw_properties {
};
struct pw_properties *
pw_properties_new(const char *key, ...);
pw_properties_new(const char *key, ...) SPA_SENTINEL;
struct pw_properties *
pw_properties_new_dict(const struct spa_dict *dict);