xref: /csrg-svn/usr.bin/tftp/extern.h (revision 60063)
1*60063Storek /*
2*60063Storek  * Copyright (c) 1993 Regents of the University of California.
3*60063Storek  * All rights reserved.
4*60063Storek  *
5*60063Storek  * %sccs.include.redist.c%
6*60063Storek  *
7*60063Storek  *	@(#)extern.h	5.1 (Berkeley) 05/16/93
8*60063Storek  */
9*60063Storek 
10*60063Storek void	recvfile __P((int, char *, char *));
11*60063Storek void	sendfile __P((int, char *, char *));
12