mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
Changed to async-signal safe method as suggested by dequis
This commit is contained in:
parent
cae37e37ca
commit
f9595c03b1
3 changed files with 14 additions and 17 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue