Skip to content

Commit 5395f25

Browse files
committed
Import
1 parent f3bf835 commit 5395f25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/zend/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ mod function;
88
mod globals;
99
mod handlers;
1010
mod module;
11+
mod linked_list;
1112

1213
use crate::{error::Result, ffi::php_printf};
1314
use std::ffi::CString;
@@ -21,6 +22,7 @@ pub use globals::ProcessGlobals;
2122
pub use globals::SapiGlobals;
2223
pub use handlers::ZendObjectHandlers;
2324
pub use module::ModuleEntry;
25+
pub use linked_list::ZendLinkedList;
2426

2527
// Used as the format string for `php_printf`.
2628
const FORMAT_STR: &[u8] = b"%s\0";

0 commit comments

Comments
 (0)