]> jfr.im git - solanum.git/blobdiff - include/s_newconf.h
chmode: Move add_id() to a boolean
[solanum.git] / include / s_newconf.h
index 55b3ec36fddc7a5526dc5761f704fb625b2bafe7..b23c6364d56e867f3e4cd9caa2f157f87c51ad2f 100644 (file)
@@ -131,7 +131,7 @@ struct oper_conf
 extern struct remote_conf *make_remote_conf(void);
 extern void free_remote_conf(struct remote_conf *);
 
-extern int find_shared_conf(const char *username, const char *host,
+extern bool find_shared_conf(const char *username, const char *host,
                        const char *server, int flags);
 extern void propagate_generic(struct Client *source_p, const char *command,
                const char *target, int cap, const char *format, ...);