aixiao
4072556043
修改: conf.h 修改: conf/cproxy.ini 修改: conf/cproxy.ini.explain 修改: cproxy.h 修改: cproxy_help.h 修改: cproxy_request.c
11 lines
225 B
C
11 lines
225 B
C
#ifndef CPROXY_HELP
|
|
#define CPROXY_HELP
|
|
|
|
#include <stdio.h>
|
|
#include "cproxy.h"
|
|
#define BUILD(fmt...) do { fprintf(stderr,"%s %s ",__DATE__,__TIME__); fprintf(stderr, ##fmt); } while(0)
|
|
char help_information(void);
|
|
|
|
#endif
|
|
|