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

« back to all changes in this revision

Viewing changes to outchannel.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-04-23 16:46:39 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080423164639-5acmt8a4vpxjgnxw
Tags: 3.14.2-3
* debian/rsyslog-doc.install
  - Fix a typo in the install path of the dia files. Closes: #477489
    Thanks to Justin B Rye for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* This is the header for the output channel code of rsyslog.
2
2
 * Please see syslogd.c for license information.
3
 
 * This code is placed under the GPL.
4
3
 * begun 2005-06-21 rgerhards
 
4
 *
 
5
 * Copyright(C) 2005 Rainer Gerhards and Adiscon GmbH
 
6
 *
 
7
 * This file is part of rsyslog.
 
8
 *
 
9
 * Rsyslog is free software: you can redistribute it and/or modify
 
10
 * it under the terms of the GNU General Public License as published by
 
11
 * the Free Software Foundation, either version 3 of the License, or
 
12
 * (at your option) any later version.
 
13
 *
 
14
 * Rsyslog is distributed in the hope that it will be useful,
 
15
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
 * GNU General Public License for more details.
 
18
 *
 
19
 * You should have received a copy of the GNU General Public License
 
20
 * along with Rsyslog.  If not, see <http://www.gnu.org/licenses/>.
 
21
 *
 
22
 * A copy of the GPL can be found in the file "COPYING" in this distribution.
5
23
 */
6
24
struct outchannel {
7
25
        struct outchannel *pNext;