summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/main.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-28 14:53:20 +0000
committerjkh <jkh@FreeBSD.org>1994-09-28 14:53:20 +0000
commitecee3a20ff01b3919059cc0362277de08546ef6f (patch)
tree9a9aa16f8a6915608786dee9d7fd63baee01ec4e /usr.bin/ncftp/main.h
parent0a36b6fcaa35545c0ca52c5a3c36e9880b82cdc2 (diff)
downloadFreeBSD-src-ecee3a20ff01b3919059cc0362277de08546ef6f.zip
FreeBSD-src-ecee3a20ff01b3919059cc0362277de08546ef6f.tar.gz
Ye GODS! What I had to go through to make this thing exit with a non-zero
return status when a transfer failed! Hopefully, the next release will do this more elegantly and make these changes short-lived.
Diffstat (limited to 'usr.bin/ncftp/main.h')
-rw-r--r--usr.bin/ncftp/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ncftp/main.h b/usr.bin/ncftp/main.h
index 1891b61..fd6438c 100644
--- a/usr.bin/ncftp/main.h
+++ b/usr.bin/ncftp/main.h
@@ -22,7 +22,7 @@ int init_arrays(void);
void init_transfer_buffer(void);
void init_prompt(void);
void lostpeer SIG_PARAMS;
-void cmdscanner(int top);
+int cmdscanner(int top);
char *strprompt(void);
void makeargv(void);
char *slurpstring(void);
OpenPOWER on IntegriCloud