Skip to content

Commit 8a1fecd

Browse files
committed
Updated docs.rs bindings
1 parent a9e1dad commit 8a1fecd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docsrs_bindings.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,9 @@ pub type _zend_expected_type = ::std::os::raw::c_uint;
12821282
extern "C" {
12831283
pub fn zend_wrong_parameters_count_error(min_num_args: u32, max_num_args: u32);
12841284
}
1285+
extern "C" {
1286+
pub fn php_printf(format: *const ::std::os::raw::c_char, ...) -> size_t;
1287+
}
12851288
#[repr(C)]
12861289
#[derive(Debug, Copy, Clone)]
12871290
pub struct _zend_ini_entry {

0 commit comments

Comments
 (0)