diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-06 02:49:58 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-06 02:49:58 +0000 |
| commit | 9eee47d2db84cca8fecc3cd33e853d3d39277cda (patch) | |
| tree | 7b0c5bcc9f331fe1c274231e5bfe2a28ec191159 /src/include-local/s6f.h | |
| parent | d831d111b8176875cd0e83de798d6c3f5ec593c6 (diff) | |
| download | s6-frontend-9eee47d2db84cca8fecc3cd33e853d3d39277cda.tar.gz | |
Fill out help files, change storepath into storelist
Diffstat (limited to 'src/include-local/s6f.h')
| -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) ; |
