X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fminidom%2Fminidom.h;h=976d954cba5f6ccad11d27ce4d7901594ce48db2;hb=d1da07a85f05c0b6d20295788f98c776e82105c9;hp=15268a3f6f8ab798c8f14c2547b7703315c6a4fd;hpb=6dcc4f53577df5a519e673ed6bc4dce9ab861e42;p=helm.git diff --git a/helm/minidom/minidom.h b/helm/minidom/minidom.h index 15268a3f6..976d954cb 100644 --- a/helm/minidom/minidom.h +++ b/helm/minidom/minidom.h @@ -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);