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
commite4f517c02005ed20861c3f1f68f1c2a72bb690d3 (patch)
tree26b37413c1e48e06135540bf0d921686ef070755 /include
parent0f9a68c578a2c7ea0a4f1a8fc35320aad339b51e (diff)
downloadlat-e4f517c02005ed20861c3f1f68f1c2a72bb690d3.tar.gz
lat-e4f517c02005ed20861c3f1f68f1c2a72bb690d3.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;
};