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
commitb7b16197f9a8e253a1c0c2ead7564fbf9a047275 (patch)
treea7c0ecf39d9ac7162a4b3978fa4e6193aed6801b /include
parentefd1d764285b2a945069548fb65899cc0f9355b0 (diff)
downloadlat-b7b16197f9a8e253a1c0c2ead7564fbf9a047275.tar.gz
lat-b7b16197f9a8e253a1c0c2ead7564fbf9a047275.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;
};