summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/extern.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-26 00:45:36 +0000
committerpeter <peter@FreeBSD.org>1999-08-26 00:45:36 +0000
commitb658a57c222af53cd4c00082ea592a9d9a5921f7 (patch)
tree13d28ea779f60b0b14a0c8c4473b102be6331f8b /libexec/ftpd/extern.h
parentb9c4386c6dd646e1168d559d191533658946f6bc (diff)
downloadFreeBSD-src-b658a57c222af53cd4c00082ea592a9d9a5921f7.zip
FreeBSD-src-b658a57c222af53cd4c00082ea592a9d9a5921f7.tar.gz
unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyone
really dislikes this, we could add a switch to disable it at runtime and check in popen.c.
Diffstat (limited to 'libexec/ftpd/extern.h')
-rw-r--r--libexec/ftpd/extern.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h
index f4da903..e27dae4 100644
--- a/libexec/ftpd/extern.h
+++ b/libexec/ftpd/extern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 4/4/94
- * $Id: extern.h,v 1.10 1997/09/05 11:17:22 tg Exp $
+ * $Id: extern.h,v 1.11 1997/09/05 11:43:56 tg Exp $
*/
void blkfree __P((char **));
@@ -70,6 +70,4 @@ int yyparse __P((void));
#if defined(SKEY) && defined(_PWD_H_) /* XXX evil */
char *skey_challenge __P((char *, struct passwd *, int));
#endif
-#if defined(INTERNAL_LS)
int ls_main __P((int, char **));
-#endif
OpenPOWER on IntegriCloud