diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ptycon/ptycon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ptycon/ptycon.h b/include/ptycon/ptycon.h index 78282cf..0add151 100644 --- a/include/ptycon/ptycon.h +++ b/include/ptycon/ptycon.h @@ -60,6 +60,8 @@ struct ptyc_common_ctx { uint64_t fmtflags; nt_pty * hpts; nt_pty * hptm; + void * hroot; + const char * sysroot; char ** catv; char ** eargv; }; |