summaryrefslogtreecommitdiffstats
path: root/omfwd.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-23 06:21:16 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-23 06:21:16 +0000
commit8425445c2dd68d91bb62487032151f06d35c583a (patch)
tree92ef23fb997666d1b09ed65bb788c52dffc1c925 /omfwd.h
parent6b24fa20d4da8a57a2e34b1ca0c3159b93157e1e (diff)
downloadrsyslog-8425445c2dd68d91bb62487032151f06d35c583a.tar.gz
rsyslog-8425445c2dd68d91bb62487032151f06d35c583a.tar.xz
rsyslog-8425445c2dd68d91bb62487032151f06d35c583a.zip
simplified action calling using new interface Warning: this version has a
structure alignment issue in omusrmsg.c, I currently do not know why. I check in so that others can look at it.
Diffstat (limited to 'omfwd.h')
-rw-r--r--omfwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/omfwd.h b/omfwd.h
index e89c7698..6735f6dd 100644
--- a/omfwd.h
+++ b/omfwd.h
@@ -26,7 +26,7 @@
/* prototypes */
-int doActionFwd(selector_t *f, time_t now);
+int doActionFwd(selector_t *f);
#endif /* #ifndef OMFWD_H_INCLUDED */
/*