diff options
Diffstat (limited to 'src/libudev/util.h')
-rw-r--r-- | src/libudev/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libudev/util.h b/src/libudev/util.h index 96a42bf3d3..f7058895c0 100644 --- a/src/libudev/util.h +++ b/src/libudev/util.h @@ -235,6 +235,8 @@ extern char **saved_argv; int fd_inc_sndbuf(int fd, size_t n); +char hexchar(int x); + bool in_initrd(void); static inline void freep(void *p) { |