X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fpath-lookup.h;h=e06f9793d27c9841a5693404d0bac4decb26c954;hb=e025b4c306d4b0895786839ebbb934188edc6e61;hp=f53aa214a3a4ab7ee82b7657763940d375bcbc66;hpb=03467c88fba6caeffce2a57a31ee2344e3d3ba31;p=elogind.git diff --git a/src/path-lookup.h b/src/path-lookup.h index f53aa214a..e06f9793d 100644 --- a/src/path-lookup.h +++ b/src/path-lookup.h @@ -24,13 +24,15 @@ typedef struct LookupPaths { char **unit_path; +#ifdef HAVE_SYSV_COMPAT char **sysvinit_path; char **sysvrcnd_path; +#endif } LookupPaths; #include "manager.h" -int session_config_home(char **config_home); +int user_config_home(char **config_home); int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as); void lookup_paths_free(LookupPaths *p);