start extracting args

This commit is contained in:
Roberto Alsina 2023-07-11 20:58:19 -03:00
parent 179ee55826
commit 071393f757

View File

@ -101,6 +101,9 @@ struct shortcode {
chunk name; chunk name;
chunk data; chunk data;
char matching; char matching;
chunk argnames[100];
chunk argvals[100];
int argcount;
}; };
typedef struct shortcode shortcode; typedef struct shortcode shortcode;