summaryrefslogtreecommitdiff
path: root/src/shared/util.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-03-16 18:29:26 +0100
committerTom Gundersen <teg@jklm.no>2015-03-16 18:30:20 +0100
commita88c8750b3f0618036782b31a184c27c80bcb38d (patch)
tree45622697fede354c70fd4e00832e1c145e588f25 /src/shared/util.h
parent031886edfc6e96ab778c241035a8d00fb0de99d3 (diff)
shared - reinstate plymouth_running()
This will be used by fsckd. This reverts part of 031886edfc6e96ab778c241035a8d00fb0de99d3.
Diffstat (limited to 'src/shared/util.h')
-rw-r--r--src/shared/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h
index 749bd0ea85..d229e1e68c 100644
--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -549,6 +549,8 @@ int kill_and_sigcont(pid_t pid, int sig);
bool nulstr_contains(const char*nulstr, const char *needle);
+bool plymouth_running(void);
+
bool hostname_is_valid(const char *s) _pure_;
char* hostname_cleanup(char *s, bool lowercase);