Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.bin/ftp pull up rev 1.29 from trunk. (cgd)
details: https://anonhg.NetBSD.org/src/rev/33554b44a5aa
branches: netbsd-1-4
changeset: 469052:33554b44a5aa
user: cgd <cgd%NetBSD.org@localhost>
date: Fri Jun 25 01:15:04 1999 +0000
description:
pull up rev 1.29 from trunk. (cgd)
diffstat:
usr.bin/ftp/extern.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 63c2d3992381 -r 33554b44a5aa usr.bin/ftp/extern.h
--- a/usr.bin/ftp/extern.h Fri Jun 25 01:14:57 1999 +0000
+++ b/usr.bin/ftp/extern.h Fri Jun 25 01:15:04 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.28 1999/03/22 07:36:40 lukem Exp $ */
+/* $NetBSD: extern.h,v 1.28.2.1 1999/06/25 01:15:04 cgd Exp $ */
/*-
* Copyright (c) 1994 The Regents of the University of California.
@@ -54,10 +54,10 @@
void cmdabort __P((int));
void cmdscanner __P((int));
int command __P((const char *, ...));
-#ifndef SMALL
+#ifndef NO_EDITCOMPLETE
unsigned char complete __P((EditLine *, int));
void controlediting __P((void));
-#endif /* !SMALL */
+#endif /* !NO_EDITCOMPLETE */
int confirm __P((const char *, const char *));
FILE *dataconn __P((const char *));
void delete __P((int, char **));
Home |
Main Index |
Thread Index |
Old Index