diff options
Diffstat (limited to 'common/trans.c')
-rw-r--r-- | common/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/trans.c b/common/trans.c index f5549f06..4e1f0da6 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) { |