]> git.puffer.fish Git - matthieu/frr.git/commit
lib: change encoder_func signature
authorQuentin Young <qlyoung@nvidia.com>
Sun, 29 Nov 2020 22:43:16 +0000 (17:43 -0500)
committerQuentin Young <qlyoung@nvidia.com>
Tue, 1 Dec 2020 23:37:14 +0000 (18:37 -0500)
commit47dd87363292e326e971d53f4a3b9e58edb6a3c6
tree0632599999b4587b6b15d3073c09a05bf5b9c124
parent42ae55b5d4dcfed694862b969e8c6fb201418a0d
lib: change encoder_func signature

None of the core lua_push* functions return anything, and it helps to
not have to wrap those when using them as function pointers for our
encoder system, so change the type of our custom encoders to return void
as well.

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
lib/frrlua.c
lib/frrlua.h
lib/frrscript.h