change a wrong return type of moo_mod_querypv_t
This commit is contained in:
parent
e7cc1936fb
commit
176710609e
@ -1398,7 +1398,7 @@ typedef moo_pfbase_t* (*moo_mod_querypf_t) (
|
||||
moo_oow_t namelen
|
||||
);
|
||||
|
||||
typedef moo_pfbase_t* (*moo_mod_querypv_t) (
|
||||
typedef moo_pvbase_t* (*moo_mod_querypv_t) (
|
||||
moo_t* moo,
|
||||
moo_mod_t* mod,
|
||||
const moo_ooch_t* name,
|
||||
|
Loading…
Reference in New Issue
Block a user