diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-12 00:37:36 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-12 00:37:36 +0000 |
commit | bad99c30c786bf30e9b5c5473752a8cd611530e1 (patch) | |
tree | 364b2fadb66dea7080856ab8583a22cb9d357911 /include | |
parent | 8403cf142a6f009aab1a6c874d39923c17e2db35 (diff) |
Made FindMatching(Global|Local) available via users.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3872 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 3 |
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 |