summaryrefslogtreecommitdiff
path: root/src/shared/path-lookup.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-02-20 17:13:50 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:23:22 +0100
commit6ff57d0bf5de38bfc4df718cc596d4a3a333f290 (patch)
treee966f76767961e5f6a434c8f1a28b3c396f273c5 /src/shared/path-lookup.h
parent1f05b944a3c0efe3f3a9a92b04bbfd37b5872f3c (diff)
Cleaned up more unneeded types and functions.
- src/shared/install.h - removed - src/basic/unit-name.[hc] - cleaned - src/core/cgroup.[hc] - cleaned - src/libelogind/libelogind.sym - cleaned - src/libelogind/sd-daemon/sd-daemon.c - cleaned - src/shared/acl-util.[hc] - cleaned - src/shared/bus-util.[hc] - cleaned - src/shared/output-mode.h - cleaned - src/shared/path-lookup.h - cleaned - src/systemd/sd-daemon.h - cleaned
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