From c7a0ab2c2f671af06b1e2fe86b366d83d06bdbb1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sun, 22 Jul 2007 10:20:47 +0000 Subject: changed calling interface for doAction() as a reminder for the other modules --- omusrmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omusrmsg.c') diff --git a/omusrmsg.c b/omusrmsg.c index 1590c689..3ac974ac 100644 --- a/omusrmsg.c +++ b/omusrmsg.c @@ -203,7 +203,7 @@ static void wallmsg(register selector_t *f) /* call the shell action * returns 0 if it succeeds, something else otherwise */ -int doActionUsrMsg(selector_t *f, time_t now) +int doActionUsrMsg(selector_t *f) { assert(f != NULL); -- cgit