summaryrefslogtreecommitdiffstats
path: root/polyp/authkey.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 21:31:28 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 21:31:28 +0000
commit4763ca1376fc136158e576de94dc1cf6c6584973 (patch)
tree6f8d36ec68061a587883d94e9eacc52bbf707028 /polyp/authkey.h
parent2fb83d13f27214476f90fe619b26f5bbc8f520c8 (diff)
Comment some more files
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@309 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/authkey.h')
-rw-r--r--polyp/authkey.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/polyp/authkey.h b/polyp/authkey.h
index a6006dfc..81b1a578 100644
--- a/polyp/authkey.h
+++ b/polyp/authkey.h
@@ -25,7 +25,6 @@
#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);
int pa_authkey_load_auto(const char *fn, void *data, size_t length);
int pa_authkey_save(const char *path, const void *data, size_t length);