diff options
Diffstat (limited to 'src/include-local')
| -rw-r--r-- | src/include-local/s6f.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include-local/s6f.h b/src/include-local/s6f.h index fbeab7e..90d7565 100644 --- a/src/include-local/s6f.h +++ b/src/include-local/s6f.h @@ -15,6 +15,7 @@ struct s6f_confdirs_s char const *repo ; /* $XDG_DATA_HOME/s6-frontend/repository */ char const *boot ; /* $XDG_CONFIG_HOME/s6-rc/compiled/current */ char const *stmp ; /* $XDG_RUNTIME_DIR/s6-frontend */ + char const *stol ; /* $XDG_CONFIG_HOME/s6-rc/sources */ } ; extern int s6f_confdir_open (char const *, int) ; |
