X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fpath-lookup.h;h=fc2887d3c7cf956a4f4f87974d013fc45fd02796;hb=e96d6be763014be75d480fde503d0b77f41194a0;hp=dca8b55e15b2a30219c53900df2b699be4232a2f;hpb=07459bb6b92268beb2599f65cf195708d88c51cc;p=elogind.git 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