CProxy/cproxy_help.h
aixiao a2f0dc3992 修改: Makefile
修改:     conf.h
	修改:     conf/cproxy.ini
	新文件:   conf/cproxy.ini.explain
	修改:     cproxy.c
	修改:     cproxy.h
	修改:     cproxy_help.h
	修改:     cproxy_request.c
	修改:     cproxy_request.h
2019-02-16 17:28:47 +08:00

12 lines
226 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