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