Quiet final set of warnings.

This commit is contained in:
hpa 2001-07-21 02:02:43 +00:00
parent 0034637792
commit 304cb0877c
5 changed files with 36 additions and 19 deletions

View file

@ -38,5 +38,10 @@
* @(#)extern.h 8.1 (Berkeley) 6/6/93
*/
#ifndef RECVFILE_H
#define RECVFILE_H
void recvfile (int, char *, char *);
void sendfile (int, char *, char *);
#endif