diff options
Diffstat (limited to 'interface.c')
-rw-r--r-- | interface.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/interface.c b/interface.c index f01fb1ba..0d1c5ad0 100644 --- a/interface.c +++ b/interface.c @@ -547,11 +547,6 @@ get_ifinfo_end: #endif -#ifndef have_interface_init -void interface_init(void) {}; -#endif - - #ifndef HAVE_INET_ATON /* * Note: This is not a true replacement for inet_aton(), as it won't @@ -739,3 +734,7 @@ int interface_approve(struct hostdata *hp, flag domonitor) return(TRUE); } #endif /* CAN_MONITOR */ + +#ifndef have_interface_init +void interface_init(void) {}; +#endif |