📄 2002-12-16_ruleprocessor.h
字号:
/*
+-----------------------------------------------------------------------------+
| |
| ruleprocessor.h |
| Last change: yyyy-mm-dd |
| |
| Author: Jan Krumsiek |
| eMail: proxy@krumsiek.com |
| Web: http://www.krumsiek.com/proxy |
| |
| Copyright 2003 - Jan Krumsiek |
| This source code can freely be modified and redistributed. No liability |
| whatsoever is taken by the author for any use of this software. |
| |
| Description: |
| Header file for ruleprocessor.cpp. There's only the prototype of |
| CheckMsg() and the typedef of the string caching maps in here. |
| |
+-----------------------------------------------------------------------------+
*/
#ifndef _ruleprocessor_h_
#define _ruleprocessor_h_
#include "proxymain.h"
int CheckMsg(CHARPTR msg,
RULEFILE* rulefile);
typedef std::map<std::string, CHARPTR> STRCACHE;
typedef std::map<std::string, CHARPTR>* STRCACHEPTR;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -