]> code.delx.au - pulseaudio/blob - src/authkey.h
make the protocol plugins make use of modargs
[pulseaudio] / src / authkey.h
1 #ifndef fooauthkeyhfoo
2 #define fooauthkeyhfoo
3
4 #include <sys/types.h>
5
6 int pa_authkey_load(const char *path, void *data, size_t len);
7 int pa_authkey_load_from_home(const char *fn, void *data, size_t length);
8 int pa_authkey_load_auto(const char *fn, void *data, size_t length);
9
10 #endif