int silc_compare_timeval(struct time_val *t1, struct time_val *t2);
Compares `t1' and `t2' time structures and returns less than zero, zero or more than zero when `t1' is smaller, equal or bigger than `t2', respectively.