Public export function pointers

This commit is contained in:
msiglreith 2018-11-21 19:08:03 +01:00
parent 9a9f44f903
commit 86e273b71a
2 changed files with 2269 additions and 2246 deletions

File diff suppressed because it is too large Load diff

View file

@ -791,7 +791,7 @@ fn generate_function_pointers<'a>(
pub struct #ident {
#(
#names_ref: extern "system" fn(#expanded_params_ref) -> #return_types_ref,
pub #names_ref: extern "system" fn(#expanded_params_ref) -> #return_types_ref,
)*
}