mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +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 password_item *p;
|
||||
struct rt_show_data *ra;
|
||||
void *g;
|
||||
}
|
||||
|
||||
%token END CLI_MARKER
|
||||
|
Loading…
Reference in New Issue
Block a user