OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / rsyslog / omfile.h
1 /* omfile.h
2  * These are the definitions for the build-in file output module.
3  *
4  * File begun on 2007-07-21 by RGerhards (extracted from syslogd.c)
5  *
6  * Copyright 2007 Rainer Gerhards and Adiscon GmbH.
7  *
8  * This file is part of rsyslog.
9  *
10  * Rsyslog is free software: you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation, either version 3 of the License, or
13  * (at your option) any later version.
14  *
15  * Rsyslog is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with Rsyslog.  If not, see <http://www.gnu.org/licenses/>.
22  *
23  * A copy of the GPL can be found in the file "COPYING" in this distribution.
24  */
25 #ifndef OMFILE_H_INCLUDED
26 #define OMFILE_H_INCLUDED 1
27
28 /* prototypes */
29 rsRetVal modInitFile(int iIFVersRequested __attribute__((unused)), int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)(), rsRetVal (*pHostQueryEtryPt)(uchar*, rsRetVal (**)()), modInfo_t*);
30
31 #endif /* #ifndef OMFILE_H_INCLUDED */
32 /*
33  * vi:set ai:
34  */