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 cb47c7a073..0465915f40 100644
--- a/src/util.h
+++ b/src/util.h
@@ -291,6 +291,8 @@ int rm_rf(const char *path, bool only_dirs, bool delete_root);
cpu_set_t* cpu_set_malloc(unsigned *ncpus);
+void status_vprintf(const char *format, va_list ap);
+
const char *ioprio_class_to_string(int i);
int ioprio_class_from_string(const char *s);