summaryrefslogtreecommitdiffstats
path: root/src/account/aux_lu.h
blob: c9fd771c62b08fb44424426b9460d344c6cb24c0 (plain)
1
2
3
4
5
6
7
8
9
#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*);
#endif