diff options
| author | Roy Marples <roy@marples.name> | 2020-09-19 15:05:51 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-09-19 15:05:51 +0100 |
| commit | 8f78bde8042dace0e0330a58d430a0c7c8a32199 (patch) | |
| tree | e6aaab73d9b37eabfe63c5544e9d9aa9180e9a75 /src/if.h | |
| parent | 1efd31813fde826b000fbc40234ea89979ef73a8 (diff) | |
| download | dhcpcd-8f78bde8042dace0e0330a58d430a0c7c8a32199.tar.xz | |
Adjust prior so that message is logged before starting dev
Also add os_init incase other os need similar in the future.
Diffstat (limited to 'src/if.h')
| -rw-r--r-- | src/if.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -184,6 +184,7 @@ struct if_spec { int if_nametospec(const char *, struct if_spec *); /* The below functions are provided by if-KERNEL.c */ +int os_init(void); int if_conf(struct interface *); int if_init(struct interface *); int if_getssid(struct interface *); |
