mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Fixed break in Rust bindings where callback registering expected a *const i8, but were provided with a *const c_char. Changed to be both *const c_char in alignment with the libguestfs documentation. Signed-off-by: Jacob Reger <regerjacob@gmail.com>