mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
10 lines
216 B
C
10 lines
216 B
C
|
|
#ifndef fooauthkeyhfoo
|
||
|
|
#define fooauthkeyhfoo
|
||
|
|
|
||
|
|
#include <sys/types.h>
|
||
|
|
|
||
|
|
int pa_authkey_load(const char *path, void *data, size_t len);
|
||
|
|
int pa_authkey_load_from_home(const char *fn, void *data, size_t length);
|
||
|
|
|
||
|
|
#endif
|