X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpath-lookup.h;h=fc2887d3c7cf956a4f4f87974d013fc45fd02796;hp=f53aa214a3a4ab7ee82b7657763940d375bcbc66;hb=c042179388f329fb1e45b00e1a533a0dc27fb9ae;hpb=03467c88fba6caeffce2a57a31ee2344e3d3ba31 diff --git a/src/path-lookup.h b/src/path-lookup.h index f53aa214a..fc2887d3c 100644 --- a/src/path-lookup.h +++ b/src/path-lookup.h @@ -24,15 +24,17 @@ 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); +int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as, bool personal); void lookup_paths_free(LookupPaths *p); #endif