mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Added type `g' for void (general) pointer.
This commit is contained in:
parent
a0c37b45e5
commit
4ab5331c63
@ -36,6 +36,7 @@ CF_DECLS
|
|||||||
struct f_val v;
|
struct f_val v;
|
||||||
struct password_item *p;
|
struct password_item *p;
|
||||||
struct rt_show_data *ra;
|
struct rt_show_data *ra;
|
||||||
|
void *g;
|
||||||
}
|
}
|
||||||
|
|
||||||
%token END CLI_MARKER
|
%token END CLI_MARKER
|
||||||
|
Loading…
Reference in New Issue
Block a user