mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-29 11:08:35 -05:00
a bit of pa_bool_t'ization
This commit is contained in:
parent
adc2973c8d
commit
58b53bbc1a
2 changed files with 7 additions and 6 deletions
|
|
@ -38,7 +38,7 @@ typedef struct pa_once {
|
|||
}
|
||||
|
||||
/* Not to be called directly, use the macros defined below instead */
|
||||
int pa_once_begin(pa_once *o);
|
||||
pa_bool_t pa_once_begin(pa_once *o);
|
||||
void pa_once_end(pa_once *o);
|
||||
|
||||
#define PA_ONCE_BEGIN \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue