fix naming

This commit is contained in:
Graham Kelly 2023-04-12 15:35:34 -04:00
parent 4f1e82e70a
commit 2a7f15239e

View file

@ -16,7 +16,7 @@ pub fn dump(o: Object) -> xml::XMLElement{
} }
} }
pub fn rest(x: xml::XMLElement) -> Option<Object>{ pub fn restore(x: xml::XMLElement) -> Option<Object>{
let s: &str = &x.name; let s: &str = &x.name;
match s{ match s{
"akern-internal-raw" => { "akern-internal-raw" => {