X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tun.c;h=cfd5a57ab4e3c33be3dbe64bb1e98c95c84ef3e7;hb=389070fed67552c613ce5afd3cdb436f8f8c538f;hp=eaa7b8aa6e0f5ce46877dc66de7c8941485108b7;hpb=ea7ec970f650793fa9cc5d308a1fceb3e3d74336;p=secnet.git 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);