tz database is in /usr/share/zoneinfo.
[minix3.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));