diff options
Diffstat (limited to 'pcilib/xml.h')
-rw-r--r-- | pcilib/xml.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pcilib/xml.h b/pcilib/xml.h index 6ad8676..10bc154 100644 --- a/pcilib/xml.h +++ b/pcilib/xml.h @@ -59,6 +59,9 @@ void pcilib_free_xml(pcilib_t *ctx); */ int pcilib_process_xml(pcilib_t *ctx, const char *location); +int pcilib_get_xml_attr(pcilib_t *ctx, pcilib_xml_node_t *node, const char *attr, pcilib_value_t *val); + + #ifdef __cplusplus } #endif |