X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fpath-lookup.h;h=2ec888da811d0981cc5b41ccc4648a9b8e7d2d30;hp=655e4549ca9e5bb37b2fcb36ee5d0ba57c50e98d;hb=e801700e9acdde60078eb1d41b41b06369b83541;hpb=4968105790c65af58d4ab42bffa2a4bedc0be8ee diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h index 655e4549c..2ec888da8 100644 --- a/src/shared/path-lookup.h +++ b/src/shared/path-lookup.h @@ -42,6 +42,8 @@ typedef enum SystemdRunningAs { int user_config_home(char **config_home); int user_runtime_dir(char **runtime_dir); +char **generator_paths(SystemdRunningAs running_as); + int lookup_paths_init(LookupPaths *p, SystemdRunningAs running_as, bool personal,