diff options
Diffstat (limited to 'src/libudev/util.h')
-rw-r--r-- | src/libudev/util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libudev/util.h b/src/libudev/util.h index 7b6571ab10..60b300da3c 100644 --- a/src/libudev/util.h +++ b/src/libudev/util.h @@ -131,10 +131,6 @@ char *strnappend(const char *s, const char *suffix, size_t length); char *truncate_nl(char *s); -char hexchar(int x) _const_; - -char *xescape(const char *s, const char *bad); - bool dirent_is_file_with_suffix(const struct dirent *de, const char *suffix) _pure_; bool ignore_file(const char *filename) _pure_; |