X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpath-lookup.h;h=e06f9793d27c9841a5693404d0bac4decb26c954;hp=f53aa214a3a4ab7ee82b7657763940d375bcbc66;hb=3642d1c988730928646b097fa3614c0dd57fc4e4;hpb=03467c88fba6caeffce2a57a31ee2344e3d3ba31 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);