properly export externs thru *.h files
This commit is contained in:
@ -257,11 +257,6 @@ static const struct options OptArray[] = {
|
||||
static int in_ether(const char *bufp, struct sockaddr *sap);
|
||||
#endif
|
||||
|
||||
#if ENABLE_FEATURE_IFCONFIG_STATUS
|
||||
extern int interface_opt_a;
|
||||
extern int display_interfaces(char *ifname);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Our main function.
|
||||
*/
|
||||
|
@ -1133,7 +1133,6 @@ static int if_print(char *ifname)
|
||||
return res;
|
||||
}
|
||||
|
||||
int display_interfaces(char *ifname);
|
||||
int display_interfaces(char *ifname)
|
||||
{
|
||||
int status;
|
||||
|
Reference in New Issue
Block a user