=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/extern.h,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** src/usr.bin/ftp/extern.h 2016/08/18 16:23:06 1.43 --- src/usr.bin/ftp/extern.h 2016/08/20 20:18:42 1.44 *************** *** 1,4 **** ! /* $OpenBSD: extern.h,v 1.43 2016/08/18 16:23:06 millert Exp $ */ /* $NetBSD: extern.h,v 1.17 1997/08/18 10:20:19 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: extern.h,v 1.44 2016/08/20 20:18:42 millert Exp $ */ /* $NetBSD: extern.h,v 1.17 1997/08/18 10:20:19 lukem Exp $ */ /* *************** *** 62,68 **** */ #include - #include void abort_remote(FILE *); void abortpt(int); --- 62,67 ---- *************** *** 76,82 **** void cmdscanner(int); int command(const char *, ...); int confirm(const char *, const char *); ! int connect_sync(int, const struct sockaddr *, socklen_t); FILE *dataconn(const char *); int foregroundproc(void); int fileindir(const char *, const char *); --- 75,81 ---- void cmdscanner(int); int command(const char *, ...); int confirm(const char *, const char *); ! int connect_wait(int); FILE *dataconn(const char *); int foregroundproc(void); int fileindir(const char *, const char *);