]> git.ipfire.org Git - people/ms/systemd.git/blobdiff - util.h
hostname: read hostname for Gentoo
[people/ms/systemd.git] / util.h
diff --git a/util.h b/util.h
index ecf3b15e33721596950fd039513abeedce0b567e..b9eb3602c85f0e084ea2d439b7de2258c9c524c5 100644 (file)
--- a/util.h
+++ b/util.h
@@ -89,6 +89,7 @@ static inline bool is_path_absolute(const char *p) {
 
 bool endswith(const char *s, const char *postfix);
 bool startswith(const char *s, const char *prefix);
+bool startswith_no_case(const char *s, const char *prefix);
 
 bool first_word(const char *s, const char *word);