summaryrefslogtreecommitdiffstats
path: root/polyp/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/util.h')
-rw-r--r--polyp/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/util.h b/polyp/util.h
index f86c30cc..ef7e4d96 100644
--- a/polyp/util.h
+++ b/polyp/util.h
@@ -77,7 +77,7 @@ int pa_uid_in_group(const char *name, gid_t *gid);
int pa_lock_fd(int fd, int b);
int pa_lock_lockfile(const char *fn);
-int pa_unlock_lockfile(int fd);
+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);