aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-20 20:31:21 -0400
committerShav Kinderlehrer <[email protected]>2023-04-20 20:31:21 -0400
commit69cf5566cf894fba541f6da4361f56f4ecdc0094 (patch)
treec93cab1d90feb802100fc6ef39c5699440d2483f /include
parentea97af4f12a2e188b3dcb1d960444796bd2599ba (diff)
downloadlat-69cf5566cf894fba541f6da4361f56f4ecdc0094.tar.gz
lat-69cf5566cf894fba541f6da4361f56f4ecdc0094.zip
Move to getopt
- everything is single-letter now
Diffstat (limited to 'include')
-rw-r--r--include/arg.h1
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;
};