diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
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 */ |