📄 plugin~1.h
字号:
/*** Modular Logfile Analyzer** Copyright 2000 Jan Kneschke <jan@kneschke.de>**** Homepage: http://www.kneschke.de/projekte/modlogan** This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version, and provided that the above copyright and permission notice is included with all distributed copies of this or derived software. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA**** $Id: plugin_config.h,v 1.1 2000/10/15 19:02:13 jk Exp $*/#ifndef _INPUT_PLUGIN_CONFIG_H_#define _INPUT_PLUGIN_CONFIG_H_#include <stdio.h>#include <pcre.h>typedef struct { FILE *inputfile; char *inputfilename; char *buffer; int buf_len; int buf_inc; pcre *match_shout; pcre_extra *match_shout_extra; pcre *match_shout_timestamp; pcre_extra *match_shout_timestamp_extra;} config_input;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -