Code

Node tool: special case node duplication for endnodes - select new endnode
[inkscape.git] / src / libcroco / cr-libxml-node-iface.h
1 #ifndef __CR_LIBXML_NODE_IFACE_H__
2 #define __CR_LIBXML_NODE_IFACE_H__
4 #include <glib/gmacros.h>
5 #include "cr-node-iface.h"
7 G_BEGIN_DECLS
9 extern CRNodeIface const cr_libxml_node_iface;
11 G_END_DECLS
14 #endif/*__CR_LIBXML_NODE_IFACE_H__*/