summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2010-05-09 18:13:02 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-09 19:12:28 +0200
commit3177a7fa12247d30b854fcb7697cd578b9086bf5 (patch)
treeceb596a9217ea720c7c6f49d5933fc97cd3715b4 /util.h
parent07b0b134d3076fe223d6e15959b6081a74b56792 (diff)
hostname: read hostname for Gentoo
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index ecf3b15e33..b9eb3602c8 100644
--- 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);