A few more renames; fix <inttypes.h> emulation.

This commit is contained in:
hpa 2001-11-12 18:14:14 +00:00
parent cba23571e2
commit b46e220d49
4 changed files with 14 additions and 14 deletions

View file

@ -41,7 +41,7 @@
#ifndef RECVFILE_H
#define RECVFILE_H
void recvfile (int, char *, char *);
void sendfile (int, char *, char *);
void tftp_recvfile (int, char *, char *);
void tftp_sendfile (int, char *, char *);
#endif