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=dca8b55e15b2a30219c53900df2b699be4232a2f;hb=27d1ae066c31e01a2eaea82759f1ad71e86e0bac;hpb=07459bb6b92268beb2599f65cf195708d88c51cc diff --git a/src/path-lookup.h b/src/path-lookup.h index dca8b55e1..fc2887d3c 100644 --- a/src/path-lookup.h +++ b/src/path-lookup.h @@ -32,9 +32,9 @@ typedef struct 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