diff options
author | Jeremy Allison <jra@samba.org> | 1998-07-02 23:57:56 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-07-02 23:57:56 +0000 |
commit | efc2732f55c909a2d6228be2185a69c3569f7c97 (patch) | |
tree | 636f6e8c7439d850b0f49d8c49b88ede418b92d1 /source3/include | |
parent | 6491a956ef0b6a54b28887521f75e2f54f18a6d2 (diff) | |
download | samba-efc2732f55c909a2d6228be2185a69c3569f7c97.tar.gz samba-efc2732f55c909a2d6228be2185a69c3569f7c97.tar.bz2 samba-efc2732f55c909a2d6228be2185a69c3569f7c97.zip |
Fix for pidfile startup message.
Jeremy.
(This used to be commit 108284cc28d44ffea028209cf28b746008bdf455)
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 888f26e906..06f0015638 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1689,8 +1689,8 @@ void pcap_printer_fn(void (*fn)(char *, char *)); /*The following definitions come from pidfile.c */ -void pidfile_create(char *name); int pidfile_pid(char *name); +void pidfile_create(char *name); /*The following definitions come from pipes.c */ |