diff options
| author | Michael Brown | 2006-08-01 16:26:02 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-08-01 16:26:02 +0200 |
| commit | beadd822086cb9d1f5d0678dee3ba8f1c77f9f0b (patch) | |
| tree | 40f2285d3ddeedd0351e7a68796ddca112afe469 /src/include | |
| parent | Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to (diff) | |
| download | ipxe-beadd822086cb9d1f5d0678dee3ba8f1c77f9f0b.tar.gz ipxe-beadd822086cb9d1f5d0678dee3ba8f1c77f9f0b.tar.xz ipxe-beadd822086cb9d1f5d0678dee3ba8f1c77f9f0b.zip | |
Remove unused functions.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/tcpip.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/include/gpxe/tcpip.h b/src/include/gpxe/tcpip.h index 215bcd245..aa2ccd5d0 100644 --- a/src/include/gpxe/tcpip.h +++ b/src/include/gpxe/tcpip.h @@ -1,5 +1,5 @@ -#ifndef _GPXE_INTERFACE_H -#define _GPXE_INTERFACE_H +#ifndef _GPXE_TCPIP_H +#define _GPXE_TCPIP_H /** @file * @@ -87,7 +87,4 @@ extern unsigned int tcpip_continue_chksum ( unsigned int partial, const void *data, size_t len ); extern unsigned int tcpip_chksum ( const void *data, size_t len ); -extern struct tcpip_protocol * find_tcpip_protocol ( uint8_t trans_proto ); -extern struct tcpip_net_protocol * find_tcpip_net_protocol ( sa_family_t sa_family ); - -#endif /* _GPXE_INTERFACE_H */ +#endif /* _GPXE_TCPIP_H */ |
