mirror of
https://github.com/anope/anope.git
synced 2026-06-28 02:16:37 +02:00
added some hostcore calls to extern.h - i didnt use am as i really am tired of ident breaking files, its past a joke.
git-svn-id: svn://svn.anope.org/anope/trunk@830 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@583 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
16924b3fa2
commit
efddd4fb36
@@ -574,6 +574,9 @@ E int is_host_remover(User * u);
|
||||
E int is_host_setter(User *u);
|
||||
E HostCore *hostCoreListHead();
|
||||
E HostCore *findHostCore(HostCore * head, char *nick, boolean * found);
|
||||
E HostCore *createHostCorelist(HostCore * next, char *nick, char *vIdent, char *vHost, char *creator, int32 tmp_time);
|
||||
E HostCore *insertHostCore(HostCore * head, HostCore * prev, char *nick, char *vIdent, char *vHost, char *creator, int32 tmp_time);
|
||||
E HostCore *deleteHostCore(HostCore * head, HostCore * prev);
|
||||
E void set_lastmask(User * u);
|
||||
|
||||
/**** init.c ****/
|
||||
|
||||
Reference in New Issue
Block a user