source:
Main/trunk/Module/mod_example.c@
17
Last change on this file since 17 was 17, checked in by , on Sep 14, 2024 at 2:41:07 AM | |
---|---|
|
|
File size: 176 bytes |
Line | |
---|---|
1 | /* $Id: mod_example.c 17 2024-09-13 17:41:07Z 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"); |
7 | return 0; |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.