/* $Id: mod_example.c 17 2024-09-13 17:41:07Z nishi $ */ #include "../Server/tw_module.h" int mod_init(struct tw_config* config, struct tw_tool* tools) { tools->log("Example", "This is an example module"); return 0; }