diff options
Diffstat (limited to 'usr.bin/tftp/extern.h')
-rw-r--r-- | usr.bin/tftp/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tftp/extern.h b/usr.bin/tftp/extern.h index d64cf29be6f35..9174cb135c773 100644 --- a/usr.bin/tftp/extern.h +++ b/usr.bin/tftp/extern.h @@ -34,4 +34,4 @@ */ void recvfile __P((int, char *, char *)); -void xmitfile __P((int, char *, char *)); +void sendfile __P((int, char *, char *)); |