summaryrefslogtreecommitdiffstats
path: root/src/if.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-09-19 15:05:51 +0100
committerRoy Marples <roy@marples.name>2020-09-19 15:05:51 +0100
commit8f78bde8042dace0e0330a58d430a0c7c8a32199 (patch)
treee6aaab73d9b37eabfe63c5544e9d9aa9180e9a75 /src/if.h
parent1efd31813fde826b000fbc40234ea89979ef73a8 (diff)
downloaddhcpcd-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/if.h b/src/if.h
index 803f5818..4e8302ba 100644
--- a/src/if.h
+++ b/src/if.h
@@ -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 *);