X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_xml.h;h=f45f80499285c316f2b4f38072c8dff4836d4de3;hp=fc2c8d63c329b2f54ff65925b1b1dc1eb5abb2f7;hb=fe36af6238917000f4cc8b971829e347732df598;hpb=d9557a9bea506fd8b40acd7a44a16b46e2a97848 diff --git a/palacios/include/palacios/vmm_xml.h b/palacios/include/palacios/vmm_xml.h index fc2c8d6..f45f804 100644 --- a/palacios/include/palacios/vmm_xml.h +++ b/palacios/include/palacios/vmm_xml.h @@ -50,7 +50,7 @@ struct v3_xml { // structure. For efficiency, modifies the data by adding null terminators // and decoding ampersand sequences. If you don't want this, copy the data and // pass in the copy. Returns NULL on failure. -struct v3_xml * v3_xml_parse_str(char * s, size_t len); +struct v3_xml * v3_xml_parse(char * buf); // returns the name of the given tag