Function llg_matcher_reset
pub extern "C" fn llg_matcher_reset(matcher: &mut LlgMatcher) -> i32
Expand description
Resets the matcher to the initial state. A matcher in error state cannot be reset. Returns 0 on success and -1 on error.
pub extern "C" fn llg_matcher_reset(matcher: &mut LlgMatcher) -> i32
Resets the matcher to the initial state. A matcher in error state cannot be reset. Returns 0 on success and -1 on error.