summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/extern.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-01 08:35:11 +0000
committerpeter <peter@FreeBSD.org>1996-01-01 08:35:11 +0000
commiteee47fe2812a5b95997752afb65d1a9294b59dac (patch)
tree88e20315603b7499142360c1440fe26528bcbdda /libexec/ftpd/extern.h
parent6a9e3f156780cea8035012442a24d58499f4efe1 (diff)
downloadFreeBSD-src-eee47fe2812a5b95997752afb65d1a9294b59dac.zip
FreeBSD-src-eee47fe2812a5b95997752afb65d1a9294b59dac.tar.gz
Make ftpd use setproctitle() from libutil
I've left the old code in there under #ifdef OLD_SETPROCTITLE in case somebody wants to try to compile out ftpd on some other machine.
Diffstat (limited to 'libexec/ftpd/extern.h')
-rw-r--r--libexec/ftpd/extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h
index e3336b5..fe784c8 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));
OpenPOWER on IntegriCloud