From 78ee0de29b46f5faed6ca2ae5222c64fbd9a2c1e Mon Sep 17 00:00:00 2001 From: sanine Date: Tue, 4 Jan 2022 23:18:10 -0600 Subject: allow overriding the builtin script --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index a54e2fa..c144925 100644 --- a/src/options.h +++ b/src/options.h @@ -3,6 +3,7 @@ struct argent_options { const char *conf_filename; + const char *script_filename; int log_level; }; -- cgit v1.2.1