summaryrefslogtreecommitdiffstats
path: root/lib/libftpio/ftpio.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-08-03 11:58:54 +0000
committerjkh <jkh@FreeBSD.org>1996-08-03 11:58:54 +0000
commita4480ef9cabae82a7887b55c4bc691c3d4434780 (patch)
tree46e32e7fb5ec72b94790443de1dc7372d1a9ed47 /lib/libftpio/ftpio.h
parentff8fc6b6643b6d7414e787636faa158fbc5916d5 (diff)
downloadFreeBSD-src-a4480ef9cabae82a7887b55c4bc691c3d4434780.zip
FreeBSD-src-a4480ef9cabae82a7887b55c4bc691c3d4434780.tar.gz
1. Add verbose flag to ftp_login()
2. Remove pkg_* support - tcl7.5's channel interface has rendered this almost entirely unsupportable (at least in the way it currently stands). Submitted-By: jmz & jkh
Diffstat (limited to 'lib/libftpio/ftpio.h')
-rw-r--r--lib/libftpio/ftpio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libftpio/ftpio.h b/lib/libftpio/ftpio.h
index c6bb3d7..e7a964b 100644
--- a/lib/libftpio/ftpio.h
+++ b/lib/libftpio/ftpio.h
@@ -20,7 +20,7 @@
* Turned inside out. Now returns xfers as new file ids, not as a special
* `state' of FTP_t
*
- * $Id: ftpio.h,v 1.4 1996/06/26 20:31:11 gpalmer Exp $
+ * $Id: ftpio.h,v 1.5 1996/07/04 00:55:21 jkh Exp $
*/
/* Internal housekeeping data structure for FTP sessions */
@@ -37,7 +37,7 @@ typedef struct {
} *FTP_t;
/* Exported routines - deal only with FILE* type */
-extern FILE *ftpLogin(char *host, char *user, char *passwd, int port);
+extern FILE *ftpLogin(char *host, char *user, char *passwd, int port, int verbose);
extern int ftpChdir(FILE *fp, char *dir);
extern int ftpErrno(FILE *fp);
extern size_t ftpGetSize(FILE *fp, char *file);
OpenPOWER on IntegriCloud