diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-15 22:12:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-15 22:13:26 +0100 |
commit | af2d49f70bcff20efaf2d69aecaf4b3e898ff1fa (patch) | |
tree | 3b2e21237d67459424f5e276dda07a9be3575e62 /src/path-lookup.h | |
parent | 62347bc24a695bc0527f663af5fe136b1a993573 (diff) |
drop support for MANAGER_SESSION, introduce MANAGER_USER instead
Diffstat (limited to 'src/path-lookup.h')
-rw-r--r-- | src/path-lookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-lookup.h b/src/path-lookup.h index dca8b55e15..e06f9793d2 100644 --- a/src/path-lookup.h +++ b/src/path-lookup.h @@ -32,7 +32,7 @@ typedef struct LookupPaths { #include "manager.h" -int session_config_home(char **config_home); +int user_config_home(char **config_home); int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as); void lookup_paths_free(LookupPaths *p); |