From 91948f610807cb5f42d15af5448126315fd9a0dd Mon Sep 17 00:00:00 2001 From: Milan Bartos Date: Wed, 12 Sep 2012 08:25:39 +0200 Subject: Modified comments. modified: imkmsg.c modified: imkmsg.h modified: kmsg.c --- plugins/imkmsg/imkmsg.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'plugins/imkmsg/imkmsg.h') 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 */ -- cgit v1.2.3