diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index eb0061cdb5..407160d528 100644 --- a/src/util.h +++ b/src/util.h @@ -460,6 +460,8 @@ int get_files_in_directory(const char *path, char ***list); char *join(const char *x, ...) _sentinel_; +bool is_main_thread(void); + #define NULSTR_FOREACH(i, l) \ for ((i) = (l); (i) && *(i); (i) = strchr((i), 0)+1) |