diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-26 16:08:19 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-26 16:08:19 +0200 |
commit | 7366f115aeaca7b7ae4e777f4da86dca42c3dba4 (patch) | |
tree | 99003b1e6598c672fe20930f23a79d50247de6b8 /plugins/imtcp/imtcp.c | |
parent | f22cb74085d29bcc8b02ca45b118b60a0c043aca (diff) | |
download | rsyslog-7366f115aeaca7b7ae4e777f4da86dca42c3dba4.tar.gz rsyslog-7366f115aeaca7b7ae4e777f4da86dca42c3dba4.tar.bz2 rsyslog-7366f115aeaca7b7ae4e777f4da86dca42c3dba4.zip |
imptcp: implement support for input()
Diffstat (limited to 'plugins/imtcp/imtcp.c')
-rw-r--r-- | plugins/imtcp/imtcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/imtcp/imtcp.c b/plugins/imtcp/imtcp.c index 5d865945..a00d4ebe 100644 --- a/plugins/imtcp/imtcp.c +++ b/plugins/imtcp/imtcp.c @@ -141,7 +141,6 @@ static struct cnfparamblk inppblk = inppdescr }; - #include "im-helper.h" /* must be included AFTER the type definitions! */ /* callbacks */ |