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