diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-22 10:20:47 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-22 10:20:47 +0000 |
commit | c7a0ab2c2f671af06b1e2fe86b366d83d06bdbb1 (patch) | |
tree | e21ffca888e1097b2a3aaae22db7ffc7fcf49b9d /omusrmsg.h | |
parent | 916449ce6e04c3238b65679ab6d92dfc8f5a211c (diff) | |
download | rsyslog-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ /* prototypes */ -int doActionUsrMsg(selector_t *f, time_t now); +int doActionUsrMsg(selector_t *f); #endif /* #ifndef OMUSRMSG_H_INCLUDED */ /* |