]> jfr.im git - solanum.git/blobdiff - include/s_conf.h
remove LAST in comment too; it's a bit pointless
[solanum.git] / include / s_conf.h
index 88a41c3eac0e04c569013ba9e5911b06883d0e01..e04dcee585f06cb53e0c2c7ee87be3f749f05e4a 100644 (file)
@@ -178,6 +178,7 @@ struct config_file_entry
        int ts_warn_delta;
        int dline_with_reason;
        int kline_with_reason;
+       int hide_tkdline_duration;
        int warn_no_nline;
        int nick_delay;
        int non_redundant_klines;
@@ -350,6 +351,7 @@ extern void read_conf_files(bool cold);
 extern int attach_conf(struct Client *, struct ConfItem *);
 extern int check_client(struct Client *client_p, struct Client *source_p, const char *);
 
+extern void deref_conf(struct ConfItem *);
 extern int detach_conf(struct Client *);
 
 extern struct ConfItem *find_tkline(const char *, const char *, struct sockaddr *);