Skip to content

Commit 1aeb065

Browse files
committed
Update docsrs
1 parent 5ee907d commit 1aeb065

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docsrs_bindings.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,9 @@ extern "C" {
746746
filename: *const ::std::os::raw::c_char,
747747
);
748748
}
749+
extern "C" {
750+
pub fn zend_destroy_file_handle(file_handle: *mut zend_file_handle);
751+
}
749752
pub type zend_stat_t = stat;
750753
#[repr(C)]
751754
#[derive(Debug, Copy, Clone)]
@@ -2514,6 +2517,12 @@ pub type sapi_globals_struct = _sapi_globals_struct;
25142517
extern "C" {
25152518
pub static mut sapi_globals: sapi_globals_struct;
25162519
}
2520+
extern "C" {
2521+
pub fn sapi_startup(sf: *mut sapi_module_struct);
2522+
}
2523+
extern "C" {
2524+
pub fn sapi_shutdown();
2525+
}
25172526
pub const sapi_header_op_enum_SAPI_HEADER_REPLACE: sapi_header_op_enum = 0;
25182527
pub const sapi_header_op_enum_SAPI_HEADER_ADD: sapi_header_op_enum = 1;
25192528
pub const sapi_header_op_enum_SAPI_HEADER_DELETE: sapi_header_op_enum = 2;

0 commit comments

Comments
 (0)