diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-08 18:06:57 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-08 18:06:57 +0200 |
commit | 060ea06c41012a00db17cfbd2cff5b2eade3eb51 (patch) | |
tree | d7759af829587dbd1a4b1de9745c5b3db0053bd7 /plugins/imklog/module.h | |
parent | 285444aa313454b09ad0cac1e29f326cd4373096 (diff) | |
parent | c574f90c450ece3e336612e232e464b7c8d08ab1 (diff) | |
download | rsyslog-060ea06c41012a00db17cfbd2cff5b2eade3eb51.tar.gz rsyslog-060ea06c41012a00db17cfbd2cff5b2eade3eb51.tar.bz2 rsyslog-060ea06c41012a00db17cfbd2cff5b2eade3eb51.zip |
Merge branch 'beta'
Conflicts:
syslogd.c
Diffstat (limited to 'plugins/imklog/module.h')
-rw-r--r-- | plugins/imklog/module.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/imklog/module.h b/plugins/imklog/module.h index 7a26ad02..38a26fea 100644 --- a/plugins/imklog/module.h +++ b/plugins/imklog/module.h @@ -1,6 +1,7 @@ -/* Module definitions for klogd's module support - * - * Copyright 2007 by Rainer Gerhards and others +/* module.h - Miscellaneous module definitions + * Copyright (c) 1996 Richard Henderson <rth@tamu.edu> + * Copyright (c) 2004-7 Martin Schulze <joey@infodrom.org> + * Copyright (c) 2007-2008 Rainer Gerhards <rgerhards@adiscon.com> * * This file is part of rsyslog. * @@ -19,7 +20,6 @@ * * A copy of the GPL can be found in the file "COPYING" in this distribution. */ - struct sym_table { unsigned long value; @@ -33,4 +33,3 @@ struct Module char *name; }; - |