summaryrefslogtreecommitdiffstats
path: root/src/polypcore/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/util.h')
-rw-r--r--src/polypcore/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/util.h b/src/polypcore/util.h
index 2d5894c3..df71672f 100644
--- a/src/polypcore/util.h
+++ b/src/polypcore/util.h
@@ -87,7 +87,7 @@ int pa_lock_fd(int fd, int b);
int pa_lock_lockfile(const char *fn);
int pa_unlock_lockfile(const char *fn, int fd);
-FILE *pa_open_config_file(const char *env, const char *global, const char *local, char **result);
+FILE *pa_open_config_file(const char *global, const char *local, const char *env, char **result, const char *mode);
char *pa_hexstr(const uint8_t* d, size_t dlength, char *s, size_t slength);
size_t pa_parsehex(const char *p, uint8_t *d, size_t dlength);