chiark / gitweb /
Add (void) where we don't care about return value
[elogind.git] / src / shared / path-lookup.h
index 655e4549ca9e5bb37b2fcb36ee5d0ba57c50e98d..f1925eef69c17a7a8538f6d8d46f6a12c185b4cf 100644 (file)
@@ -22,7 +22,8 @@
 ***/
 
 #include "macro.h"
-#include "install.h"
+
+typedef enum UnitFileScope UnitFileScope;
 
 typedef struct LookupPaths {
         char **unit_path;
@@ -42,6 +43,8 @@ typedef enum SystemdRunningAs {
 int user_config_home(char **config_home);
 int user_runtime_dir(char **runtime_dir);
 
+char **generator_paths(SystemdRunningAs running_as);
+
 int lookup_paths_init(LookupPaths *p,
                       SystemdRunningAs running_as,
                       bool personal,