From a45f993bfe74aed27245454f1ae32302b0528d9f Mon Sep 17 00:00:00 2001 From: norrarvid Date: Tue, 29 May 2012 12:46:56 +0200 Subject: added comments, added define, removed unused inparameter --- common/trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/trans.c') diff --git a/common/trans.c b/common/trans.c index 377b90ba..6b762d00 100644 --- a/common/trans.c +++ b/common/trans.c @@ -69,7 +69,7 @@ trans_delete(struct trans* self) /*****************************************************************************/ int APP_CC -trans_get_wait_objs(struct trans* self, tbus* objs, int* count, int* timeout) +trans_get_wait_objs(struct trans* self, tbus* objs, int* count) { if (self == 0) { -- cgit v1.2.3