Added type `g' for void (general) pointer.
This commit is contained in:
parent
a0c37b45e5
commit
4ab5331c63
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ CF_DECLS
|
|||
struct f_val v;
|
||||
struct password_item *p;
|
||||
struct rt_show_data *ra;
|
||||
void *g;
|
||||
}
|
||||
|
||||
%token END CLI_MARKER
|
||||
|
|
Loading…
Reference in a new issue