summaryrefslogtreecommitdiffstats
path: root/tools/ompipe.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-02-28 17:28:52 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-02-28 17:28:52 +0100
commit791d8ea863cbd53eccf989e92ffd8b2ac00dd179 (patch)
tree87e1f59be4b7943608c6b1332da9cc5f45a0cbb2 /tools/ompipe.h
parent50636ba267bb1930bce7c3baecdab8a245d52b05 (diff)
downloadrsyslog-791d8ea863cbd53eccf989e92ffd8b2ac00dd179.tar.gz
rsyslog-791d8ea863cbd53eccf989e92ffd8b2ac00dd179.tar.xz
rsyslog-791d8ea863cbd53eccf989e92ffd8b2ac00dd179.zip
some code cleanup
Diffstat (limited to 'tools/ompipe.h')
-rw-r--r--tools/ompipe.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/ompipe.h b/tools/ompipe.h
index 7bda4f93..d17346c5 100644
--- a/tools/ompipe.h
+++ b/tools/ompipe.h
@@ -1,9 +1,7 @@
/* ompipe.h
* These are the definitions for the build-in pipe output module.
*
- * File begun on 2007-07-21 by RGerhards (extracted from syslogd.c)
- *
- * Copyright 2007 Rainer Gerhards and Adiscon GmbH.
+ * Copyright 2007-2010 Rainer Gerhards and Adiscon GmbH.
*
* This pipe is part of rsyslog.
*
@@ -29,6 +27,5 @@
rsRetVal modInitPipe(int iIFVersRequested __attribute__((unused)), int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)(), rsRetVal (*pHostQueryEtryPt)(uchar*, rsRetVal (**)()), modInfo_t*);
#endif /* #ifndef OMPIPE_H_INCLUDED */
-/*
- * vi:set ai:
+/* vi:set ai:
*/