From 4fee397531c97d22e41fb3f02452e82d412fe2b5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Oct 2015 14:57:44 +0100 Subject: util-lib: move fdname_is_valid() to fd-util.[ch] --- src/basic/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/basic/util.h') diff --git a/src/basic/util.h b/src/basic/util.h index 57dc5e8d46..2c2cb36190 100644 --- a/src/basic/util.h +++ b/src/basic/util.h @@ -194,5 +194,3 @@ union inotify_event_buffer { }; int version(void); - -bool fdname_is_valid(const char *s); -- cgit v1.2.3-54-g00ecf