summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2012-07-19 16:08:49 -0700
committerJeremy Allison <jra@samba.org>2012-07-19 16:08:49 -0700
commit0d24370c76002bb9db91f23e74f887805b070304 (patch)
tree39827a78c045ef5155b4aa7f724898db93f796c3 /source3/include
parent3e476e184dc388677012778ca1d422273db76af6 (diff)
downloadsamba-0d24370c76002bb9db91f23e74f887805b070304.tar.gz
samba-0d24370c76002bb9db91f23e74f887805b070304.tar.bz2
samba-0d24370c76002bb9db91f23e74f887805b070304.zip
Make the s3 pidfile use the common code inside lib/util/pidfile.c
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
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 */