diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-22 04:17:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-22 04:31:20 +0200 |
commit | c800e483748a8bb68ed405094c265954c7e605dc (patch) | |
tree | ca2b765e04ad191c365b971f9779d7ed2a670742 /src/path-lookup.h | |
parent | d8eaa1144f7ea921ae9eb4bba1f6a7c1797c9435 (diff) |
path-lookup: make inclusion of user private units optional
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 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 |