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
pci: don't do sanity check for missing pci bus, the check can misfire.
[minix.git]
/
commands
/
ftp101
/
xfer.h
blob
696eaccde3e43d60a1d68a0a736562083db8a835
1
/* xfer.h Copyright 1992-2000 by Michael Temari All Rights Reserved
2
*
3
* This file is part of ftp.
4
*
5
*/
6
7
_PROTOTYPE
(
int
recvfile
, (
int
fd
,
int
fdin
));
8
_PROTOTYPE
(
int
sendfile
, (
int
fd
,
int
fdout
));