add new function pa_card_suspend()

This commit is contained in:
Lennart Poettering 2009-01-22 00:17:11 +01:00
parent bdfec1feba
commit 36362f624f
2 changed files with 19 additions and 0 deletions

View file

@ -95,4 +95,6 @@ void pa_card_free(pa_card *c);
int pa_card_set_profile(pa_card *c, const char *name);
int pa_card_suspend(pa_card *c, pa_bool_t suspend);
#endif