Changeset 215 in Main for trunk/Module/mod_example.c
- Timestamp:
- Oct 3, 2024, 4:24:43 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Module/mod_example.c
r40 r215 2 2 /* This module will accept all directives, and always return 403 on the access. */ 3 3 4 #include "../Server/tw_module.h"4 #include <tw_module.h> 5 5 6 6 int mod_init(struct tw_config* config, struct tw_tool* tools) {
Note:
See TracChangeset
for help on using the changeset viewer.