diff options
Diffstat (limited to 'include/evanix.h')
-rw-r--r-- | include/evanix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/evanix.h b/include/evanix.h index aa53b9f..c4285fc 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -7,6 +7,7 @@ struct evanix_opts_t { bool isdryrun; bool ispipelined; bool close_stderr_exec; + char *system; }; extern struct evanix_opts_t evanix_opts; |