Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
This commit is contained in:
@@ -1133,7 +1133,7 @@ static llist_t *find_iface_state(llist_t *state_list, const char *iface)
|
||||
return(NULL);
|
||||
}
|
||||
|
||||
extern int ifupdown_main(int argc, char **argv)
|
||||
int ifupdown_main(int argc, char **argv)
|
||||
{
|
||||
int (*cmds) (struct interface_defn_t *) = NULL;
|
||||
struct interfaces_file_t *defn;
|
||||
|
Reference in New Issue
Block a user