start extracting args
This commit is contained in:
parent
179ee55826
commit
071393f757
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user