diff options
author | Jeremy Allison <jra@samba.org> | 2012-07-19 16:41:07 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-07-20 03:57:20 +0200 |
commit | b336b8ed586e7058e24332339241ffd31ccb1b68 (patch) | |
tree | b6732ae65e512682abd3997c0326fb8f30d2c836 /source3/include | |
parent | e8dbf2889f0f5c6d213e92cbfd97b6a874aedb03 (diff) | |
download | samba-b336b8ed586e7058e24332339241ffd31ccb1b68.tar.gz samba-b336b8ed586e7058e24332339241ffd31ccb1b68.tar.bz2 samba-b336b8ed586e7058e24332339241ffd31ccb1b68.zip |
Remove source3/lib/pidfile.c
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Jul 20 03:57:20 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ede06bd6ce..585067eccc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -158,12 +158,6 @@ char *escape_rdn_val_string_alloc(const char *s); int ms_fnmatch(const char *pattern, const char *string, bool translate_pattern, bool is_case_sensitive); -/* The following definitions come from lib/pidfile.c */ - -pid_t pidfile_pid_s3(const char *name); -void pidfile_create_s3(const char *program_name); -void pidfile_unlink_s3(const char *program_name); - /* The following definitions come from lib/recvfile.c */ ssize_t sys_recvfile(int fromfd, |