]> jfr.im git - solanum.git/blobdiff - include/s_conf.h
allow certfp method to be configured
[solanum.git] / include / s_conf.h
index 3f4d69f596ad5311460a8e8e62bfee0e7166b5d9..ec6545c4527512ff9161e0c2aa3bbd71aaee56dd 100644 (file)
@@ -234,6 +234,7 @@ struct config_file_entry
        int client_flood_message_num;
 
        unsigned int nicklen;
+       int certfp_method;
 };
 
 struct config_channel_entry
@@ -350,7 +351,7 @@ extern int detach_conf(struct Client *);
 extern struct ConfItem *find_tkline(const char *, const char *, struct sockaddr *);
 extern char *show_iline_prefix(struct Client *, struct ConfItem *, char *);
 extern void get_printable_conf(struct ConfItem *,
-                              char **, char **, char **, char **, int *, char **);
+                              char **, char **, const char **, char **, int *, char **);
 extern char *get_user_ban_reason(struct ConfItem *aconf);
 extern void get_printable_kline(struct Client *, struct ConfItem *,
                                char **, char **, char **, char **);