From 2922fdaaf0ab2178a1701141cc2435af33c10dc8 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 19 Jul 2012 15:41:52 -0700 Subject: Move source4/smbd/pidfile into lib/util in preparation for making it in common. --- source3/include/proto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4d99a607e3..b58f9a2945 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -160,9 +160,9 @@ int ms_fnmatch(const char *pattern, const char *string, bool translate_pattern, /* The following definitions come from lib/pidfile.c */ -pid_t pidfile_pid(const char *name); -void pidfile_create(const char *program_name); -void pidfile_unlink(void); +pid_t pidfile_pid_s3(const char *name); +void pidfile_create_s3(const char *program_name); +void pidfile_unlink_s3(void); /* The following definitions come from lib/recvfile.c */ -- cgit