~arges/ubuntu/quantal/rsyslog/fix-lp1059592

« back to all changes in this revision

Viewing changes to omshell.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-02-15 21:56:23 UTC
  • mto: (3.2.4 squeeze) (1.1.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090215215623-xsycf628eo3kguc0
Tags: upstream-3.20.4
ImportĀ upstreamĀ versionĀ 3.20.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* omshell.c
2
 
 * These are the definitions for the build-in shell output module.
3
 
 *
4
 
 * File begun on 2007-07-13 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 ACTSHELL_H_INCLUDED
26
 
#define ACTSHELL_H_INCLUDED 1
27
 
 
28
 
/* prototypes */
29
 
rsRetVal modInitShell(int iIFVersRequested __attribute__((unused)), int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)(), rsRetVal (*pHostQueryEtryPt)(uchar*, rsRetVal (**)()), modInfo_t*);
30
 
 
31
 
#endif /* #ifndef ACTSHELL_H_INCLUDED */
32
 
/*
33
 
 * vi:set ai:
34
 
 */