diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2010-05-09 18:13:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-09 19:12:28 +0200 |
commit | 3177a7fa12247d30b854fcb7697cd578b9086bf5 (patch) | |
tree | ceb596a9217ea720c7c6f49d5933fc97cd3715b4 /util.h | |
parent | 07b0b134d3076fe223d6e15959b6081a74b56792 (diff) |
hostname: read hostname for Gentoo
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |