summaryrefslogtreecommitdiffstats
path: root/polyp/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-28 22:47:48 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-28 22:47:48 +0000
commit6f59ae1763ee48f27448a7de9d635f61886052e1 (patch)
treee83ab47226b6c716c200e9fa40f44668997eb642 /polyp/util.h
parent450ad85b35bd600ed020f7ec119d51e7e7bc01a4 (diff)
Add module-tunnel
add proper locking when autospawning a daemon git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@245 fefdeb5f-60dc-0310-8127-8f9354f1896f
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