From 0d24370c76002bb9db91f23e74f887805b070304 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 19 Jul 2012 16:08:49 -0700 Subject: Make the s3 pidfile use the common code inside lib/util/pidfile.c --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index b58f9a2945..ede06bd6ce 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -162,7 +162,7 @@ int ms_fnmatch(const char *pattern, const char *string, bool translate_pattern, pid_t pidfile_pid_s3(const char *name); void pidfile_create_s3(const char *program_name); -void pidfile_unlink_s3(void); +void pidfile_unlink_s3(const char *program_name); /* The following definitions come from lib/recvfile.c */ -- cgit