X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Flist.h;h=afe43226d3bdbbfa986f645695ca868e9bb3dd8f;hb=fda30451cac5936729c683d38a700f4928812c6f;hp=509de683b419b81a7404318428870bd797e95c3e;hpb=73b227d6b3e2c89d655e23aedf9a318bc192212b;p=ircu2.10.12-pk.git diff --git a/include/list.h b/include/list.h index 509de68..afe4322 100644 --- a/include/list.h +++ b/include/list.h @@ -11,6 +11,7 @@ #endif struct Client; +struct Connection; struct Channel; struct ConfItem; @@ -53,6 +54,7 @@ extern struct SLink *make_link(void); extern struct SLink *find_user_link(struct SLink *lp, struct Client *ptr); extern void init_list(void); extern struct Client *make_client(struct Client *from, int status); +extern void free_connection(struct Connection *con); extern void free_client(struct Client *cptr); extern struct Server *make_server(struct Client *cptr); extern void remove_client_from_list(struct Client *cptr);