From 4f1d3a7192ea1b081b47f2ca1899aa25061b270d Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 8 Aug 2006 15:51:30 +0000 Subject: FindMatchingLocal/FindMatchingGlobal -> userrec::LocalCloneCount(), userrec::GlobalCloneCount() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4794 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index bfee92f83..983ae193e 100644 --- a/include/users.h +++ b/include/users.h @@ -449,6 +449,9 @@ class userrec : public connection void UnOper(); +long GlobalCloneCount(); +long LocalCloneCount(); + /** Default destructor */ virtual ~userrec(); @@ -483,7 +486,4 @@ 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 -- cgit v1.2.3