summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-02 11:48:54 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-02 11:48:54 +0000
commit519d8e5dfe379840ae5da2ac43231ec4364d7b18 (patch)
tree5e443dece008ad59034ce3b7d53aca72065905f8 /include/inspircd.h
parent4f66a9a4c40ccab57b39eb4dd16c3f02438e3b4c (diff)
Better generation. This is still fucked up, but less spectacularly and in a much less obvious way.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9260 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index edf8cd854..05e33cf0c 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -289,9 +289,9 @@ class CoreExport InspIRCd : public classbase
*/
void DoSocketTimeouts(time_t TIME);
- /** Sets up UID subsystem
+ /** Increments the current UID by one.
*/
- void InitialiseUID();
+ void IncrementUID(int pos);
/** Perform background user events such as PING checks
*/