summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/pid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/pid.h')
-rw-r--r--src/pulsecore/pid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/pid.h b/src/pulsecore/pid.h
index 0f25d1c8..1d6de7b5 100644
--- a/src/pulsecore/pid.h
+++ b/src/pulsecore/pid.h
@@ -26,7 +26,7 @@
int pa_pid_file_create(void);
int pa_pid_file_remove(void);
-int pa_pid_file_check_running(pid_t *pid);
-int pa_pid_file_kill(int sig, pid_t *pid);
+int pa_pid_file_check_running(pid_t *pid, const char *binary_name);
+int pa_pid_file_kill(int sig, pid_t *pid, const char *binary_name);
#endif