summaryrefslogtreecommitdiffstats
path: root/common/eurephia_admin_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/eurephia_admin_common.h')
-rw-r--r--common/eurephia_admin_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/eurephia_admin_common.h b/common/eurephia_admin_common.h
index 450e700..aa6a989 100644
--- a/common/eurephia_admin_common.h
+++ b/common/eurephia_admin_common.h
@@ -119,4 +119,7 @@ eurephiaUSERINFO *eAdminPopulateUSERINFO(int uid, const char *uname, const char
void _eAdminFreeUSERINFO_func(eurephiaUSERINFO *);
#define eAdminFreeUSERINFO(x) { _eAdminFreeUSERINFO_func(x); x = NULL; }
+void _eAdminFreeUSERLIST_func(eurephiaUSERLIST *);
+#define eAdminFreeUSERLIST(x) { _eAdminFreeUSERLIST_func(x); x = NULL; }
+
#endif /* !EUREPHIA_ADMIN_COMMON_H_ */