Changed to async-signal safe method as suggested by dequis

This commit is contained in:
Dennis Pentmeier 2020-04-04 17:59:46 +02:00
commit f9595c03b1
3 changed files with 14 additions and 17 deletions

View file

@ -13,7 +13,7 @@
extern int irssi_gui;
extern int irssi_init_finished; /* TRUE after "irssi init finished" signal is sent */
extern int reload_config; /* TRUE after received SIGHUP. */
extern int sighup_received; /* TRUE after received SIGHUP. */
extern time_t client_start_time;
void core_preinit(const char *path);