X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fpath-lookup.h;h=9bccaf64074a6fd373c76f11e523721e488c63d4;hp=f4f9895bb4256ea787ac99643afba1f95a54e259;hb=6ff57d0bf5de38bfc4df718cc596d4a3a333f290;hpb=1f05b944a3c0efe3f3a9a92b04bbfd37b5872f3c diff --git a/src/shared/path-lookup.h b/src/shared/path-lookup.h index f4f9895bb..9bccaf640 100644 --- a/src/shared/path-lookup.h +++ b/src/shared/path-lookup.h @@ -34,6 +34,8 @@ typedef enum ManagerRunningAs { _MANAGER_RUNNING_AS_INVALID = -1 } ManagerRunningAs; +/// UNNEEDED by elogind +#if 0 int user_config_home(char **config_home); int user_runtime_dir(char **runtime_dir); @@ -55,3 +57,4 @@ int lookup_paths_init_from_scope(LookupPaths *paths, void lookup_paths_free(LookupPaths *p); #define _cleanup_lookup_paths_free_ _cleanup_(lookup_paths_free) +#endif // 0