source:
Main/trunk/Module/mod_example.c@
18
Last change on this file since 18 was 18, checked in by , on Sep 14, 2024 at 9:42:40 AM | |
---|---|
|
|
File size: 212 bytes |
Rev | Line | |
---|---|---|
[17] | 1 | /* $Id: mod_example.c 18 2024-09-14 00:42:40Z nishi $ */ |
2 | ||
3 | #include "../Server/tw_module.h" | |
4 | ||
5 | int mod_init(struct tw_config* config, struct tw_tool* tools) { | |
6 | tools->log("Example", "This is an example module"); | |
[18] | 7 | tools->add_version("Example/0.0"); |
[17] | 8 | return 0; |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.