~ubuntu-branches/ubuntu/karmic/rsyslog/karmic

« back to all changes in this revision

Viewing changes to tools/omdiscard.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-04-08 00:59:14 UTC
  • mfrom: (1.1.9 upstream) (3.2.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090408005914-gfyay7o45szt05zl
Tags: 3.20.5-1
* New upstream release.
* debian/rsyslog.logcheck.ignore.server
  - Install a logcheck ignore file for rsyslog (using dh_installlogcheck).
    Thanks to Kim Holviala for the patch. Closes: #522164

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* omdiscard.h
 
2
 * These are the definitions for the built-in discard output module.
 
3
 *
 
4
 * File begun on 2007-07-24 by RGerhards
 
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 OMDISCARD_H_INCLUDED
 
26
#define OMDISCARD_H_INCLUDED 1
 
27
 
 
28
/* prototypes */
 
29
rsRetVal modInitDiscard(int iIFVersRequested __attribute__((unused)), int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)(), rsRetVal (*pHostQueryEtryPt)(uchar*, rsRetVal (**)()), modInfo_t*);
 
30
 
 
31
#endif /* #ifndef OMDISCARD_H_INCLUDED */
 
32
/*
 
33
 * vi:set ai:
 
34
 */