Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.bin/ftp Pullup rev 1.61 (requested by grant in tick...
details: https://anonhg.NetBSD.org/src/rev/882bb8296f64
branches: netbsd-1-6
changeset: 530099:882bb8296f64
user: jmc <jmc%NetBSD.org@localhost>
date: Mon Feb 10 06:02:32 2003 +0000
description:
Pullup rev 1.61 (requested by grant in ticket #1115)
Separate progress reporting into a utility set of routines. Use
these to provide a standalone progress binary and integrate support
for this into sysinst.
diffstat:
usr.bin/ftp/extern.h | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r 7b88a8b22443 -r 882bb8296f64 usr.bin/ftp/extern.h
--- a/usr.bin/ftp/extern.h Mon Feb 10 06:02:10 2003 +0000
+++ b/usr.bin/ftp/extern.h Mon Feb 10 06:02:32 2003 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: extern.h,v 1.60 2000/10/11 14:46:03 is Exp $ */
+/* $NetBSD: extern.h,v 1.60.2.1 2003/02/10 06:02:32 jmc Exp $ */
/*-
- * Copyright (c) 1996-2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -110,7 +110,6 @@
void abortxfer(int);
void account(int, char **);
void ai_unmapped(struct addrinfo *);
-void alarmtimer(int);
int another(int *, char ***, const char *);
int auto_fetch(int, char **);
int auto_put(int, char **, const char *);
@@ -183,14 +182,11 @@
void page(int, char **);
int parseport(const char *, int);
int parserate(int, char **, int);
-void progressmeter(int);
char *prompt(void);
void proxabort(int);
void proxtrans(const char *, const char *, const char *);
void psabort(int);
-void psummary(int);
void pswitch(int);
-void ptransfer(int);
void put(int, char **);
void pwd(int, char **);
void quit(int, char **);
@@ -263,5 +259,3 @@
StringList *xsl_init(void);
void xsl_add(StringList *, char *);
char *xstrdup(const char *);
-sigfunc xsignal(int, sigfunc);
-sigfunc xsignal_restart(int, sigfunc, int);
Home |
Main Index |
Thread Index |
Old Index