aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-29 15:42:42 -0400
committerShav Kinderlehrer <[email protected]>2023-05-01 18:13:13 -0400
commitf0988a8a83142786295136d2a029c9eeb0f7d54e (patch)
tree4671acdd0ad63268d0dde229ff365e20c90ae0fe /include
parent216682498d49722625ca0b2990c5bad17123fffd (diff)
downloadlat-f0988a8a83142786295136d2a029c9eeb0f7d54e.tar.gz
lat-f0988a8a83142786295136d2a029c9eeb0f7d54e.zip
Start implementing -e
- extensions
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 6782ef5..a1864c7 100644
--- a/include/arg.h
+++ b/include/arg.h
@@ -14,6 +14,7 @@ struct config {
bool literal;
bool pager;
char *name;
+ char *extension;
bool has_read_stdin;
};