X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=modules.c;h=9b94e2573cb420df5a3148ce77267a5dce3e2b16;hp=8658106c2691575136ae108ff4906d4a48834795;hb=37b5bdcf2560b655433355d61018d59f940bf295;hpb=7138d0c54cd2212439434d27cb2d6ea775c3039b 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);