summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 1ca8f90cf1..f3aec1d43a 100644
--- a/src/util.h
+++ b/src/util.h
@@ -256,6 +256,8 @@ int dir_is_empty(const char *path);
void rename_process(const char name[8]);
+void sigset_add_many(sigset_t *ss, ...);
+
const char *ioprio_class_to_string(int i);
int ioprio_class_from_string(const char *s);