[SLOF] [PATCH v2 03/10] libnet: Remove unused prototypes from netapps.h

Thomas Huth thuth at redhat.com
Tue Sep 20 05:08:25 AEST 2016


These functions do not exist anymore, thus their prototypes
can be removed nowadays.

Signed-off-by: Thomas Huth <thuth at redhat.com>
---
 lib/libnet/netapps.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/libnet/netapps.h b/lib/libnet/netapps.h
index d3f7eb2..8fceba8 100644
--- a/lib/libnet/netapps.h
+++ b/lib/libnet/netapps.h
@@ -20,9 +20,6 @@
 
 int netboot(int argc, char *argv[]);
 int netsave(int argc, char *argv[]);
-int bcmflash(int argc, char *argv[]);
-int mac_sync(int argc, char *argv[]);
-int net_eeprom_version( void );
 int ping(int argc, char *argv[]);
 int dhcp(char *ret_buffer, filename_ip_t * fn_ip, unsigned int retries, int flags);
 
-- 
1.8.3.1



More information about the SLOF mailing list