chiark / gitweb /
umask: set umask of a number of sockets by default, even though we check creds on...
[elogind.git] / src / util.h
index eb0061cdb5dee6e5913565fa836363921d6ebea6..407160d528c88eda7e4092bf496851f24098b57b 100644 (file)
@@ -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)