summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h
index 30870f392..8f396c8c6 100644
--- a/include/users.h
+++ b/include/users.h
@@ -404,4 +404,7 @@ bool DoType(const char* tag, char** entries, void** values, int* types);
bool DoClass(const char* tag, char** entries, void** values, int* types);
bool DoneClassesAndTypes(const char* tag);
+long FindMatchingGlobal(userrec* user);
+long FindMatchingLocal(userrec* user);
+
#endif