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
/
local.h
blob
fb396633244257e04267e8e59802767dc384dc39
1
/* local.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
int
DOlpwd
(
void
);
10
int
DOlcd
(
void
);
11
int
DOlmkdir
(
void
);
12
int
DOlrmdir
(
void
);
13
int
DOllist
(
void
);
14
int
DOlnlst
(
void
);
15
int
DOlshell
(
void
);