chiark / gitweb /
plymouth: don't wait forever for plymouth in case it is stuck
[elogind.git] / src / path-lookup.h
index a04d5a0fab0b17a2e5a04f5ccf47779c2726899e..e06f9793d27c9841a5693404d0bac4decb26c954 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef foopathlookuphfoo
 #define foopathlookuphfoo
 
 typedef struct LookupPaths {
         char **unit_path;
+#ifdef HAVE_SYSV_COMPAT
         char **sysvinit_path;
         char **sysvrcnd_path;
+#endif
 } LookupPaths;
 
 #include "manager.h"
 
+int user_config_home(char **config_home);
+
 int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as);
 void lookup_paths_free(LookupPaths *p);