repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
t40c term[] count fix
[minix.git]
/
commands
/
ftp101
/
other.h
blob
d91bb2e9c90daab223069cec58c0ea59de51716f
1
/* other.h Copyright 1992-2000 by Michael Temari All Rights Reserved
2
*
3
* This file is part of ftp.
4
*
5
*
6
* 01/25/96 Initial Release Michael Temari, <Michael@TemWare.Com>
7
*/
8
9
void
FTPinit
(
void
);
10
int
DOpass
(
void
);
11
int
DOuser
(
void
);
12
int
DOnoop
(
void
);
13
int
DOpassive
(
void
);
14
int
DOsyst
(
void
);
15
int
DOremotehelp
(
void
);
16
int
DOquote
(
void
);
17
int
DOsite
(
void
);