summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorNaram Qashat <cyberbotx@cyberbotx.com>2010-07-27 20:03:10 -0400
committerNaram Qashat <cyberbotx@cyberbotx.com>2010-07-27 20:03:10 -0400
commit66c0e280ee9d4940fe5a477d3e933ba4221e35db (patch)
tree8c55ebda067c05b2b0d4cda973c09e8463c24174 /include/extern.h
parent92edce8ef9da7bb1bd337c2b9ece2589d664689c (diff)
A few more random annoyances cleaned up.
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/extern.h b/include/extern.h
index 7f1bcdb6f..308a33de6 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -350,8 +350,8 @@ E void notice_help(const Anope::string &source, User *dest, int message, ...); /
E std::vector<Exception *> exceptions;
-E void get_session_stats(long *nrec, long *memuse);
-E void get_exception_stats(long *nrec, long *memuse);
+E void get_session_stats(long &count, long &mem);
+E void get_exception_stats(long &count, long &mem);
E int add_session(const Anope::string &nick, const Anope::string &host, const Anope::string &hostip);
E void del_session(const Anope::string &host);