X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fminidom%2Fminidom.h;h=bb2b910131deee450ca3c78427a925216d97f9e7;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=15268a3f6f8ab798c8f14c2547b7703315c6a4fd;hpb=6dcc4f53577df5a519e673ed6bc4dce9ab861e42;p=helm.git diff --git a/helm/minidom/minidom.h b/helm/minidom/minidom.h index 15268a3f6..bb2b91013 100644 --- a/helm/minidom/minidom.h +++ b/helm/minidom/minidom.h @@ -25,7 +25,7 @@ #define minidom_h #include -#include +#include #ifdef __cplusplus extern "C" { @@ -80,6 +80,7 @@ extern "C" { mDOMStringRef mdom_node_get_attribute(mDOMNodeRef, mDOMConstStringRef); mDOMStringRef mdom_node_get_attribute_ns(mDOMNodeRef, mDOMConstStringRef, mDOMConstStringRef); gboolean mdom_node_has_attribute(mDOMNodeRef, mDOMConstStringRef); + gboolean mdom_node_has_attribute_ns(mDOMNodeRef, mDOMConstStringRef, mDOMConstStringRef); mDOMStringRef mdom_node_get_content(mDOMNodeRef); mDOMNodeRef mdom_node_get_parent(mDOMNodeRef); mDOMNodeRef mdom_node_get_prev_sibling(mDOMNodeRef);