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:
Donald Sharp 2023-01-26 10:37:39 -05:00
parent 1596fa9c2f
commit 08c3dba719

View File

@ -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,