diff mbox

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

Message ID 1474312112-27835-4-git-send-email-thuth@redhat.com
State Accepted
Headers show

Commit Message

Thomas Huth Sept. 19, 2016, 7:08 p.m. UTC
These functions do not exist anymore, thus their prototypes
can be removed nowadays.

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

Patch

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);