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
opendir change: refinement
[minix.git]
/
commands
/
ftp101
/
xfer.h
blob
bab5493090b8aac0b83bbdc433809ff3e814a9b5
1
/* xfer.h Copyright 1992-2000 by Michael Temari All Rights Reserved
2
*
3
* This file is part of ftp.
4
*
5
*/
6
7
int
recvfile
(
int
fd
,
int
fdin
);
8
int
sendfile
(
int
fd
,
int
fdout
);