Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / s_conf.h
index 118ce0eb60b3b26727dd75475457b62f4f425944..6d3f7f124fe86468bef9c40c7602e65c8dc67fca 100644 (file)
@@ -120,9 +120,8 @@ extern struct ConfItem* conf_find_server(const char* name);
 const char* conf_eval_crule(struct ConfItem* conf);
 
 extern void det_confs_butmask(struct Client *cptr, int mask);
-extern int attach_iline(struct Client *cptr);
 extern int detach_conf(struct Client *cptr, struct ConfItem *aconf);
-extern int attach_conf(struct Client *cptr, struct ConfItem *aconf);
+extern enum AuthorizationCheckResult attach_conf(struct Client *cptr, struct ConfItem *aconf);
 extern struct ConfItem* find_admin(void);
 extern struct ConfItem* find_me(void);
 extern struct ConfItem* find_conf_exact(const char* name,