diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-01-01 08:35:11 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-01-01 08:35:11 +0000 |
| commit | b63e1fe2c44533d69bee3a2174b1d512048bfdac (patch) | |
| tree | 88e20315603b7499142360c1440fe26528bcbdda /libexec/ftpd/extern.h | |
| parent | 358a579f84f9f760b580d57f7ef38d90aaaaa435 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd/extern.h')
| -rw-r--r-- | libexec/ftpd/extern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index e3336b5c9fed..fe784c89f25f 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -56,7 +56,9 @@ char *renamefrom __P((char *)); void reply __P((int, const char *, ...)); void retrieve __P((char *, char *)); void send_file_list __P((char *)); +#ifdef OLD_SETPROCTITLE void setproctitle __P((const char *, ...)); +#endif void statcmd __P((void)); void statfilecmd __P((char *)); void store __P((char *, char *, int)); |
