From 4d7213b2747ddd87002f970ccc60b1a9ab637136 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 3 Mar 2014 21:23:12 +0100 Subject: core: move ShowStatus type into the core Let's make the scope of the show-status stuff a bit smaller, and make it private to the core, rather than shared API in shared/. --- src/core/manager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/manager.h') diff --git a/src/core/manager.h b/src/core/manager.h index 3192b63df..92985caef 100644 --- a/src/core/manager.h +++ b/src/core/manager.h @@ -58,6 +58,7 @@ typedef enum ManagerExitCode { #include "execute.h" #include "unit-name.h" #include "exit-status.h" +#include "show-status.h" struct Manager { /* Note that the set of units we know of is allowed to be -- cgit v1.2.3