Subversion Repositories Tewi

Rev

Rev 126 | Rev 313 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 126 Rev 215
Line 1... Line 1...
1
/* $Id: mod_proxy.c 126 2024-09-22 16:40:40Z nishi $ */
1
/* $Id: mod_proxy.c 215 2024-10-02 19:24:43Z nishi $ */
2
 
2
 
3
#include "../Server/tw_module.h"
3
#include <tw_module.h>
4
 
4
 
5
#include <cm_string.h>
5
#include <cm_string.h>
6
 
6
 
7
int mod_init(struct tw_config* config, struct tw_tool* tools) {
7
int mod_init(struct tw_config* config, struct tw_tool* tools) {
8
	tools->log("CGI", "Initializing Proxy module");
8
	tools->log("CGI", "Initializing Proxy module");