summaryrefslogtreecommitdiff
path: root/src/path-lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/path-lookup.h')
-rw-r--r--src/path-lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-lookup.h b/src/path-lookup.h
index e06f9793d2..fc2887d3c7 100644
--- a/src/path-lookup.h
+++ b/src/path-lookup.h
@@ -34,7 +34,7 @@ typedef struct LookupPaths {
int user_config_home(char **config_home);
-int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as);
+int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as, bool personal);
void lookup_paths_free(LookupPaths *p);
#endif