summaryrefslogtreecommitdiff
path: root/src/program.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2017-02-01 17:26:11 +0700
committerAdrian Thurston <thurston@colm.net>2017-02-01 17:26:11 +0700
commit13afe74c75f5af3caabfeddcbaad473ca744ad79 (patch)
tree0a48bbbe93dc15b6e5f8f6e631c0a31fbe93391d /src/program.h
parent1298b7c88908cabbc87413d579f59e41c613d945 (diff)
downloadcolm-13afe74c75f5af3caabfeddcbaad473ca744ad79.tar.gz
allow program args to be passed in with lengths
In this mode we can pass in binary data.
Diffstat (limited to 'src/program.h')
-rw-r--r--src/program.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/program.h b/src/program.h
index 0013c061..1dbff78d 100644
--- a/src/program.h
+++ b/src/program.h
@@ -126,6 +126,7 @@ struct colm_program
int argc;
const char **argv;
+ const int *argl;
unsigned char ctx_dep_parsing;
struct colm_sections *rtd;