summaryrefslogtreecommitdiffstats
path: root/omusrmsg.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-22 10:20:47 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-22 10:20:47 +0000
commitc7a0ab2c2f671af06b1e2fe86b366d83d06bdbb1 (patch)
treee21ffca888e1097b2a3aaae22db7ffc7fcf49b9d /omusrmsg.h
parent916449ce6e04c3238b65679ab6d92dfc8f5a211c (diff)
downloadrsyslog-c7a0ab2c2f671af06b1e2fe86b366d83d06bdbb1.tar.gz
rsyslog-c7a0ab2c2f671af06b1e2fe86b366d83d06bdbb1.tar.xz
rsyslog-c7a0ab2c2f671af06b1e2fe86b366d83d06bdbb1.zip
changed calling interface for doAction() as a reminder for the other
modules
Diffstat (limited to 'omusrmsg.h')
-rw-r--r--omusrmsg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/omusrmsg.h b/omusrmsg.h
index 2c281825..fe176a57 100644
--- a/omusrmsg.h
+++ b/omusrmsg.h
@@ -26,7 +26,7 @@
/* prototypes */
-int doActionUsrMsg(selector_t *f, time_t now);
+int doActionUsrMsg(selector_t *f);
#endif /* #ifndef OMUSRMSG_H_INCLUDED */
/*