| 69 | |
| 70 | int _tmrec_expr_check(const tmrec_expr *trx, time_t check_time); |
| 71 | static inline int tmrec_expr_check(const tmrec_expr *trx) |
| 72 | { |
| 73 | return _tmrec_expr_check(trx, time(NULL)); |
| 74 | } |
| 75 | |
| 76 | void tmrec_expr_free(tmrec_expr *trx); |
| 77 |
no test coverage detected