Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/expat_h.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use num_derive::FromPrimitive;
use num_derive::ToPrimitive;
use num_traits::ToPrimitive;

pub type XML_Parser = *mut XML_ParserStruct;
pub type XML_Parser<'scf> = *mut XML_ParserStruct<'scf>;
pub type XML_Bool = bool;
/* The XML_Status enum gives the possible return values for several
API functions. The preprocessor #defines are included so this
Expand Down
Loading