summaryrefslogtreecommitdiff
path: root/src/shared/path-lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/path-lookup.h')
-rw-r--r--src/shared/path-lookup.h3
1 files changed, 3 insertions, 0 deletions
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