diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/arg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arg.h b/include/arg.h index 5935f53..f21408e 100644 --- a/include/arg.h +++ b/include/arg.h @@ -13,6 +13,7 @@ struct config { int force_binary; bool literal; bool pager; + char *name; bool has_read_stdin; }; |