diff options
| author | Michael Brown | 2007-07-17 02:19:35 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-17 02:19:35 +0200 |
| commit | 7df3d4a177293192ff63cbda3b13b93ceb5d9eea (patch) | |
| tree | 00d203d42852b7cd41381980e1966011e259ee84 /src/include/tftpcore.h | |
| parent | Added missing extern (diff) | |
| download | ipxe-7df3d4a177293192ff63cbda3b13b93ceb5d9eea.tar.gz ipxe-7df3d4a177293192ff63cbda3b13b93ceb5d9eea.tar.xz ipxe-7df3d4a177293192ff63cbda3b13b93ceb5d9eea.zip | |
Obsolete code removal
Diffstat (limited to 'src/include/tftpcore.h')
| -rw-r--r-- | src/include/tftpcore.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/include/tftpcore.h b/src/include/tftpcore.h deleted file mode 100644 index 52f63bd9c..000000000 --- a/src/include/tftpcore.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef TFTPCORE_H -#define TFTPCORE_H - -/** @file - * - * TFTP core functions - * - * This file provides functions that are common to the TFTP (rfc1350), - * TFTM (rfc2090) and MTFTP (PXE) protocols. - * - */ - -#include "tftp.h" - -extern int tftp_open ( struct tftp_state *state, const char *filename, - union tftp_any **reply, int multicast ); - -extern int tftp_process_opts ( struct tftp_state *state, - struct tftp_oack *oack ); - -extern int tftp_ack_nowait ( struct tftp_state *state ); - -extern int tftp_get ( struct tftp_state *state, long timeout, - union tftp_any **reply ); - -extern int tftp_ack ( struct tftp_state *state, union tftp_any **reply ); - -extern int tftp_error ( struct tftp_state *state, int errcode, - const char *errmsg ); - -extern void tftp_set_errno ( struct tftp_error *error ); - -#endif /* TFTPCORE_H */ |
