start extracting args
This commit is contained in:
parent
179ee55826
commit
071393f757
@ -101,6 +101,9 @@ struct shortcode {
|
||||
chunk name;
|
||||
chunk data;
|
||||
char matching;
|
||||
chunk argnames[100];
|
||||
chunk argvals[100];
|
||||
int argcount;
|
||||
};
|
||||
typedef struct shortcode shortcode;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user