summaryrefslogtreecommitdiff
path: root/src/path-lookup.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-16 01:58:50 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-16 01:58:50 +0200
commit10e87ee7f66b59a504c0ed2025463ba5faa69923 (patch)
treead0e78fd44128dac8a2a45f89b228bb081b65194 /src/path-lookup.h
parent2c7108c40abfb1f175391aa59cf1b07ab203e690 (diff)
install: add systemd-install tool for managing alias/wants symlinks
Diffstat (limited to 'src/path-lookup.h')
-rw-r--r--src/path-lookup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path-lookup.h b/src/path-lookup.h
index a04d5a0fab..e5a10925fd 100644
--- a/src/path-lookup.h
+++ b/src/path-lookup.h
@@ -30,6 +30,8 @@ typedef struct LookupPaths {
#include "manager.h"
+int session_config_home(char **config_home);
+
int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as);
void lookup_paths_free(LookupPaths *p);