diff options
Diffstat (limited to 'include/net.h')
| -rw-r--r-- | include/net.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/include/net.h b/include/net.h index b192db193..bd061d9e7 100644 --- a/include/net.h +++ b/include/net.h @@ -408,9 +408,6 @@ extern int	NetSendUDPPacket(uchar *ether, IPaddr_t dest, int dport, int sport, i  /* Processes a received packet */  extern void	NetReceive(volatile uchar *, int); -/* Print an IP address on the console */ -extern void	print_IPaddr (IPaddr_t); -  /*   * The following functions are a bit ugly, but necessary to deal with   * alignment restrictions on ARM. |