Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/ftp/extern.h,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/ftp/extern.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.72.10.1 retrieving revision 1.73 diff -u -p -r1.72.10.1 -r1.73 --- src/usr.bin/ftp/extern.h 2008/05/18 12:36:05 1.72.10.1 +++ src/usr.bin/ftp/extern.h 2008/04/22 12:59:33 1.73 @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.72.10.1 2008/05/18 12:36:05 yamt Exp $ */ +/* $NetBSD: extern.h,v 1.73 2008/04/22 12:59:33 lukem Exp $ */ /*- * Copyright (c) 1996-2008 The NetBSD Foundation, Inc. @@ -15,6 +15,13 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by the NetBSD + * Foundation, Inc. and its contributors. + * 4. Neither the name of The NetBSD Foundation nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -201,8 +208,6 @@ void setcr(int, char **); void setdebug(int, char **); void setedit(int, char **); void setepsv4(int, char **); -void setepsv6(int, char **); -void setepsv(int, char **); void setform(int, char **); void setftmode(int, char **); void setgate(int, char **);