diff options
Diffstat (limited to 'src/libudev/util.h')
-rw-r--r-- | src/libudev/util.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libudev/util.h b/src/libudev/util.h index 80a0c436ad..f98e6ee9ac 100644 --- a/src/libudev/util.h +++ b/src/libudev/util.h @@ -209,21 +209,12 @@ int read_one_line_file(const char *fn, char **line); char *strappend(const char *s, const char *suffix); char *strnappend(const char *s, const char *suffix, size_t length); -int readlink_malloc(const char *p, char **r); - char *truncate_nl(char *s); -char hexchar(int x) _const_; -int unhexchar(char c) _const_; -char octchar(int x) _const_; -int unoctchar(char c) _const_; - bool dirent_is_file_with_suffix(const struct dirent *de, const char *suffix) _pure_; bool ignore_file(const char *filename) _pure_; -char *format_timespan(char *buf, size_t l, usec_t t); - /* For basic lookup tables with strictly enumerated entries */ #define __DEFINE_STRING_TABLE_LOOKUP(name,type,scope) \ scope const char *name##_to_string(type i) { \ |