date and time created 93/05/16 16:10:21 by torek
[unix-history] / usr / src / usr.bin / tftp / extern.h
/*
* Copyright (c) 1993 Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)extern.h 5.1 (Berkeley) %G%
*/
void recvfile __P((int, char *, char *));
void sendfile __P((int, char *, char *));