summaryrefslogtreecommitdiffstats
path: root/src/authkey.h
blob: cc0fcb28b3680f0ddf05fa40a5dc2bbc3e76e678 (plain)
1
2
3
4
5
6
7
8
9
#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