diff options
| author | David Sommerseth <davids@redhat.com> | 2010-01-08 19:56:21 +0100 |
|---|---|---|
| committer | David Sommerseth <davids@redhat.com> | 2010-01-08 19:56:21 +0100 |
| commit | 24af40698f1486c899333ea1f129e87590cdee7e (patch) | |
| tree | 475ca17b460360bde07bf48fb586153e00a16236 /src/dmixml.h | |
| parent | ba6c5a8be14d309955640bac1c14580e6ca61bee (diff) | |
| download | python-dmidecode-24af40698f1486c899333ea1f129e87590cdee7e.tar.gz python-dmidecode-24af40698f1486c899333ea1f129e87590cdee7e.tar.xz python-dmidecode-24af40698f1486c899333ea1f129e87590cdee7e.zip | |
Ported fprintf() -> log_append() on XML functions
Diffstat (limited to 'src/dmixml.h')
| -rw-r--r-- | src/dmixml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dmixml.h b/src/dmixml.h index 3dc32e5..7bbbb76 100644 --- a/src/dmixml.h +++ b/src/dmixml.h @@ -74,6 +74,6 @@ xmlNode *__dmixml_FindNodeByAttr(xmlNode *, const char *, const char *, const ch xmlNode *dmixml_FindNode(xmlNode *, const char *key); inline char *dmixml_GetContent(xmlNode *node); inline char *dmixml_GetNodeContent(xmlNode *node, const char *key); -char *dmixml_GetXPathContent(char *buf, size_t buflen, xmlXPathObject *xpo, int idx); +char *dmixml_GetXPathContent(Log_t *logp, char *buf, size_t buflen, xmlXPathObject *xpo, int idx); #endif |
