Changeset 18 in Main for trunk/Module/mod_example.c


Ignore:
Timestamp:
Sep 14, 2024, 9:42:40 AM (2 months ago)
Author:
Nishi
Message:

can return response now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Module/mod_example.c

    r17 r18  
    55int mod_init(struct tw_config* config, struct tw_tool* tools) {
    66        tools->log("Example", "This is an example module");
     7        tools->add_version("Example/0.0");
    78        return 0;
    89}
Note: See TracChangeset for help on using the changeset viewer.