diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-29 18:34:07 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-29 18:34:07 +0000 |
commit | 071a08c7ec0baba9060b00ef264768592ff36d9a (patch) | |
tree | 88ecb6129e50be2d52580861c59f640ac4288951 /include/extern.h | |
parent | 53fbcea42156d8196c06177966f59afbbcbe0925 (diff) |
BUILD : 1.7.19 (1286) BUGS : 731 NOTES : Fixed TS6 UID generation
git-svn-id: svn://svn.anope.org/anope/trunk@1286 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1004 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index 7e678441c..934c69d45 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1037,6 +1037,10 @@ E int anope_check_sync(const char *name); E void finish_sync(Server *serv, int sync_links); +E void ts6_uid_init(void); +E void ts6_uid_increment(unsigned int slot); +E char *ts6_uid_retrieve(void); + /**** sessions.c ****/ E Exception *exceptions; |