X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/08ee90a207d1a9c0b3e34d1db06cd7502ad48990..389070fed67552c613ce5afd3cdb436f8f8c538f:/tun.c diff --git a/tun.c b/tun.c index eaa7b8a..cfd5a57 100644 --- a/tun.c +++ b/tun.c @@ -603,7 +603,6 @@ static list_t *tun_bsd_apply(closure_t *self, struct cloc loc, dict_t *context, return tun_create(self,loc,context,args,TUN_FLAVOUR_BSD); } -init_module tun_module; void tun_module(dict_t *dict) { add_closure(dict,"tun",tun_apply);