summaryrefslogtreecommitdiffstats
path: root/plugins/imkmsg/imkmsg.h
diff options
context:
space:
mode:
authorMilan Bartos <mbartos@redhat.com>2012-09-12 08:25:39 +0200
committerMilan Bartos <mbartos@redhat.com>2012-09-24 08:45:33 +0200
commit91948f610807cb5f42d15af5448126315fd9a0dd (patch)
tree7c80ae59e51f3d9ff40455875dc9395aecc341cf /plugins/imkmsg/imkmsg.h
parent6e3980abbdb5d98a66d656456f993374b0be9565 (diff)
downloadrsyslog-91948f610807cb5f42d15af5448126315fd9a0dd.tar.gz
rsyslog-91948f610807cb5f42d15af5448126315fd9a0dd.tar.bz2
rsyslog-91948f610807cb5f42d15af5448126315fd9a0dd.zip
Modified comments.
modified: imkmsg.c modified: imkmsg.h modified: kmsg.c
Diffstat (limited to 'plugins/imkmsg/imkmsg.h')
-rw-r--r--plugins/imkmsg/imkmsg.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/plugins/imkmsg/imkmsg.h b/plugins/imkmsg/imkmsg.h
index acfb50ab..d33186b0 100644
--- a/plugins/imkmsg/imkmsg.h
+++ b/plugins/imkmsg/imkmsg.h
@@ -1,9 +1,5 @@
-/* imklog.h
- * These are the definitions for the klog message generation module.
- *
- * File begun on 2007-12-17 by RGerhards
- * Major change: 2008-04-09: switched to a driver interface for
- * several platforms
+/* imkmsg.h
+ * These are the definitions for the kmsg message generation module.
*
* Copyright 2007-2012 Rainer Gerhards and Adiscon GmbH.
*
@@ -51,7 +47,7 @@ rsRetVal klogAfterRun(modConfData_t *pModConf);
int klogFacilIntMsg();
/* the functions below may be called by the drivers */
-rsRetVal imklogLogIntMsg(int priority, char *fmt, ...) __attribute__((format(printf,2, 3)));
+rsRetVal imkmsgLogIntMsg(int priority, char *fmt, ...) __attribute__((format(printf,2, 3)));
rsRetVal Syslog(int priority, uchar *msg, struct timeval *tp);
/* prototypes */