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 66ebb46dbf..e9126c04fa 100644 --- a/src/util.h +++ b/src/util.h @@ -338,6 +338,8 @@ char *ellipsize(const char *s, unsigned length, unsigned percent); void nss_disable_nscd(void); +int touch(const char *path); + const char *ioprio_class_to_string(int i); int ioprio_class_from_string(const char *s); |