diff options
Diffstat (limited to 'src/path-lookup.h')
-rw-r--r-- | src/path-lookup.h | 2 |
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); |