#ifndef AUX_LU_H #define AUX_LU_H #include #include char* aux_lu_get_str(struct lu_ent*, char*); long aux_lu_get_long(struct lu_ent*, char*); /* Get the latest login time for given user name */ time_t aux_utmp_latest(const char*); #endif