diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 16:22:41 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 16:22:41 +0000 |
commit | 29537d94fea54256b537e1301527f71f04ef97c9 (patch) | |
tree | 6a3587976f86add06b107604acc358d3734b638e /include/globals.h | |
parent | f5a2f43fc24698eefb9b463437f0fa8ec6533657 (diff) |
Another const reference conversion, and remove redundant declaration of userrec* Find() from globals.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3633 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h index 5b74aeaa1..e9f106b05 100644 --- a/include/globals.h +++ b/include/globals.h @@ -41,7 +41,6 @@ void WriteCommon(userrec *u, char* text, ...); void WriteCommonExcept(userrec *u, char* text, ...); void WriteWallOps(userrec *source, bool local_only, char* text, ...); int isnick(const char *n); -userrec* Find(std::string nick); chanrec* FindChan(const char* chan); void readfile(file_cache &F, const char* fname); |