diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-10 18:24:39 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-10 18:24:39 +0200 |
commit | 75250977137c26f706fc1514aca7982107859b1c (patch) | |
tree | ffda94d4c88b4ce6a39003384df7af00933fb21c /udev/udev.h | |
parent | 3eb46ec6ddeb31d9886ebb736d1d7b3534d2f354 (diff) |
extras: use libudev code
Diffstat (limited to 'udev/udev.h')
-rw-r--r-- | udev/udev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/udev/udev.h b/udev/udev.h index 24646ece59..7f5bd10a7c 100644 --- a/udev/udev.h +++ b/udev/udev.h @@ -176,7 +176,6 @@ extern int string_is_true(const char *str); extern void remove_trailing_chars(char *path, char c); extern size_t path_encode(char *s, size_t len); extern size_t path_decode(char *s); -extern int utf8_encoded_valid_unichar(const char *str); extern int replace_chars(char *str, const char *white); /* udev_utils_file.c */ |