summaryrefslogtreecommitdiffstats
path: root/polyp/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/util.h')
-rw-r--r--polyp/util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/polyp/util.h b/polyp/util.h
index e1910c83..b0a1a033 100644
--- a/polyp/util.h
+++ b/polyp/util.h
@@ -70,7 +70,9 @@ int pa_parse_resample_method(const char *string);
int pa_uid_in_group(const char *name, gid_t *gid);
-int pa_lock_file(int fd, int b);
+int pa_lock_fd(int fd, int b);
+int pa_lock_lockfile(const char *fn);
+int pa_unlock_lockfile(int fd);
#endif