diff options
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); |