From a88c8750b3f0618036782b31a184c27c80bcb38d Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 16 Mar 2015 18:29:26 +0100 Subject: shared - reinstate plymouth_running() This will be used by fsckd. This reverts part of 031886edfc6e96ab778c241035a8d00fb0de99d3. --- src/shared/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/util.h') 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); -- cgit v1.2.3-54-g00ecf