summaryrefslogtreecommitdiffstats
path: root/src/account/aux_lu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/aux_lu.h')
-rw-r--r--src/account/aux_lu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/account/aux_lu.h b/src/account/aux_lu.h
new file mode 100644
index 0000000..c9fd771
--- /dev/null
+++ b/src/account/aux_lu.h
@@ -0,0 +1,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