diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-19 11:58:34 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-19 11:58:34 +0000 |
commit | 4066915deda6f21c5b6b8726c53cb9df9d597bb2 (patch) | |
tree | aa672625499e69aa81d95409ab198398872d1167 /include | |
parent | 9a22354250f69cd9cd64916e569e6f7c207a0429 (diff) |
- whowas.c: renamed count_whowas_memory() to whowas_count_memory()
- watch_count_memory(), whowas_count_memory(): constification, renamed
variables, removed unused variables
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2298 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/whowas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/whowas.h b/include/whowas.h index 561192c..2b6bfbd 100644 --- a/include/whowas.h +++ b/include/whowas.h @@ -77,6 +77,6 @@ extern struct Client *get_history(const char *, time_t); /* ** for debugging...counts related structures stored in whowas array. */ -extern void count_whowas_memory(unsigned int *, uint64_t *); +extern void whowas_count_memory(unsigned int *const, uint64_t *const); extern dlink_list WHOWASHASH[]; #endif /* INCLUDED_whowas_h */ |