card: Store a pa_card pointer in pa_card_profile.

This commit is contained in:
Tanu Kaskinen 2012-06-29 18:04:55 +03:00 committed by Tanu Kaskinen
parent d0be10191e
commit 43454bc48c
2 changed files with 17 additions and 7 deletions

View file

@ -30,6 +30,7 @@ typedef struct pa_card pa_card;
#include <pulsecore/idxset.h>
typedef struct pa_card_profile {
pa_card *card;
char *name;
char *description;