#include <time.h>


Go to the source code of this file.
Functions | |
| void | get_act_time (void) |
| Get actual time. | |
Variables | |
| time_t | act_time |
Definition in file utime.h.
| void get_act_time | ( | void | ) |
Get actual time.
Definition at line 36 of file regtime.c.
References act_time.
Referenced by get_ucontact(), lookup(), mi_usrloc_add(), mi_usrloc_show_contact(), save(), and synchronize_all_udomains().
| time_t act_time |
Definition at line 29 of file regtime.c.
Referenced by build_contact(), calc_buf_len(), calc_contact_expires(), db_timer_udomain(), get_act_time(), get_expires_hf(), get_ucontact(), insert_contacts(), lookup(), mi_usrloc_add(), mi_usrloc_show_contact(), nodb_timer(), pack_ci(), registered(), test_max_contacts(), update_contacts(), wb_timer(), and wt_timer().
1.5.6