X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/18ca0b4428846396356378dfb5949bbc3839a3be..08ee90a207d1a9c0b3e34d1db06cd7502ad48990:/modules.c diff --git a/modules.c b/modules.c index 8658106..9b94e25 100644 --- a/modules.c +++ b/modules.c @@ -1,20 +1,5 @@ #include "secnet.h" -extern init_module resolver_module; -extern init_module random_module; -extern init_module udp_module; -extern init_module util_module; -extern init_module site_module; -extern init_module transform_module; -extern init_module netlink_module; -extern init_module rsa_module; -extern init_module dh_module; -extern init_module md5_module; -extern init_module slip_module; -extern init_module tun_module; -extern init_module sha1_module; -extern init_module log_module; - void init_builtin_modules(dict_t *dict) { resolver_module(dict);