aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd/extern.h
diff options
context:
space:
mode:
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 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));