diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-20 20:31:21 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-20 20:31:21 -0400 |
commit | 69cf5566cf894fba541f6da4361f56f4ecdc0094 (patch) | |
tree | c93cab1d90feb802100fc6ef39c5699440d2483f /include | |
parent | ea97af4f12a2e188b3dcb1d960444796bd2599ba (diff) | |
download | lat-69cf5566cf894fba541f6da4361f56f4ecdc0094.tar.gz lat-69cf5566cf894fba541f6da4361f56f4ecdc0094.zip |
Move to getopt
- everything is single-letter now
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; }; |