summaryrefslogtreecommitdiffstats
path: root/pcilib/xml.h
diff options
context:
space:
mode:
authorzilio nicolas <nicolas.zilio@kit.edu>2015-08-27 16:19:53 +0200
committerzilio nicolas <nicolas.zilio@kit.edu>2015-08-27 16:19:53 +0200
commitd2ec5ac52105c526390d8a31e52a7a2c260dde80 (patch)
tree24fdf70ac477eeb913c914cecccd6704b40cf7f1 /pcilib/xml.h
parent1d3cffac722081aa8b74821a832d8cc9c58715e6 (diff)
downloadpcitool-d2ec5ac52105c526390d8a31e52a7a2c260dde80.tar.gz
pcitool-d2ec5ac52105c526390d8a31e52a7a2c260dde80.tar.bz2
pcitool-d2ec5ac52105c526390d8a31e52a7a2c260dde80.tar.xz
pcitool-d2ec5ac52105c526390d8a31e52a7a2c260dde80.zip
xml files get by model and remove of validation mode
Diffstat (limited to 'pcilib/xml.h')
-rw-r--r--pcilib/xml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcilib/xml.h b/pcilib/xml.h
index a921b3e..ee7fdbd 100644
--- a/pcilib/xml.h
+++ b/pcilib/xml.h
@@ -106,7 +106,7 @@ xmlXPathObjectPtr pcilib_xml_getsetproperty(xmlXPathContextPtr doc, xmlChar *xpa
* @param[in] doc the xpath context of the xml file.
* @param[out] registers out: the list of the created registers.
*/
-void pcilib_xml_initialize_registers(pcilib_t* pci, xmlDocPtr doc);
+void pcilib_xml_initialize_registers(pcilib_t* pci, xmlDocPtr* doc);
/**
* this functions initialize the structures containing banks, for use in the rest of execution, from the xml file.
@@ -114,7 +114,7 @@ void pcilib_xml_initialize_registers(pcilib_t* pci, xmlDocPtr doc);
* @param[in] doc the AST of the xml file.
* @param[in,out] mybanks the structure containing the banks.
*/
-void pcilib_xml_initialize_banks(pcilib_t* pci,xmlDocPtr doc);
+void pcilib_xml_initialize_banks(pcilib_t* pci,xmlDocPtr* doc);
/**
* this function read the config file of the pcitool tool to give back the pwd of diverse files like the xml file to treat, the xsd file, the pythonscript file, the units xml file, the units xsd file.