summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-04 17:21:58 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-04 17:21:58 +0000
commit8d95e3d343901a5571351787a3020db1e4aea238 (patch)
treef5c7a5de1a23727d882c9d655b17581f904a0e2b /include/users.h
parent87b8062151235cfce221c6a05c2e6ab41f120cf7 (diff)
Whowas is now fixed.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5414 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index 4633f1cd2..a682554f1 100644
--- a/include/users.h
+++ b/include/users.h
@@ -826,7 +826,7 @@ namespace irc
/** Called every hour by the core to remove expired entries
*/
- void MaintainWhoWas(time_t TIME);
+ void MaintainWhoWas(InspIRCd* ServerInstance, time_t TIME);
};
};