mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +00:00
lib: Forward declaration of a struct does not need to have data type
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
1596fa9c2f
commit
08c3dba719
@ -34,7 +34,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/* Forward declarations */
|
||||
extern struct zebra_dplane_ctx ctx;
|
||||
struct zebra_dplane_ctx;
|
||||
extern void lua_pushzebra_dplane_ctx(lua_State *L,
|
||||
const struct zebra_dplane_ctx *ctx);
|
||||
extern void lua_decode_zebra_dplane_ctx(lua_State *L, int idx,
|
||||
|
Loading…
Reference in New Issue
Block a user