diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/i3status.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/i3status.h b/include/i3status.h index 5f65c5e..a311d24 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -222,7 +222,5 @@ extern cfg_t *cfg, *cfg_general, *cfg_section; extern void **cur_instance; -extern pthread_cond_t i3status_sleep_cond; -extern pthread_mutex_t i3status_sleep_mutex; - +extern pthread_t main_thread; #endif |