mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
Rename pa_once_t to pa_once
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1620 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d4cb042a56
commit
27f75a5a1e
3 changed files with 7 additions and 7 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#include "once.h"
|
||||
|
||||
/* Not reentrant -- how could it be? */
|
||||
void pa_once(pa_once_t *control, pa_once_func_t func) {
|
||||
void pa_run_once(pa_once *control, pa_once_func_t func) {
|
||||
pa_mutex *m;
|
||||
|
||||
pa_assert(control);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue