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=e06f9793d27c9841a5693404d0bac4decb26c954;hb=9b1a953e08917030489cd9adb2a17dfd407ce14b;hpb=af2d49f70bcff20efaf2d69aecaf4b3e898ff1fa diff --git a/src/path-lookup.h b/src/path-lookup.h index e06f9793d..fc2887d3c 100644 --- a/src/path-lookup.h +++ b/src/path-lookup.h @@ -34,7 +34,7 @@ typedef struct LookupPaths { 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