changed the prototype of hcl_pfimpl_t to accept a hcl_mod_t* pointer
This commit is contained in:
@ -1028,7 +1028,8 @@ void hcl_closemod (
|
||||
hcl_pfbase_t* hcl_querymod (
|
||||
hcl_t* hcl,
|
||||
const hcl_ooch_t* pfid,
|
||||
hcl_oow_t pfidlen
|
||||
hcl_oow_t pfidlen,
|
||||
hcl_mod_t** mod
|
||||
);
|
||||
|
||||
/* ========================================================================= */
|
||||
|
Reference in New Issue
Block a user