summaryrefslogtreecommitdiffstats
path: root/src/account/aux_lu.h
blob: 8d9fd2269749773429da98ffc9ad1795b4f01e02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef AUX_LU_H
#define AUX_LU_H

#include <libuser/entity.h>
#include <libuser/user.h>

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