added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / include / list.h
index 1c8880b08f5182dc1ddb86bf00456b2abe2091dd..3d591b635f6a0a65df52d860cc18699ca745896e 100644 (file)
@@ -47,7 +47,6 @@ struct DLink {
 
 extern void free_link(struct SLink *lp);
 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);