Sha256: 3de8605a644b5aece5ff6554094cc8d27f418994dc0afeeddf4ffec63f3c00a1
Contents?: true
Size: 272 Bytes
Versions: 5
Compression:
Stored size: 272 Bytes
Contents
/* $Id$ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_NODE__ #define __RXML_NODE__ extern VALUE cXMLNode; void rxml_init_node(void); void rxml_node_mark(xmlNodePtr xnode); VALUE rxml_node_wrap(xmlNodePtr xnode); #endif
Version data entries
5 entries across 5 versions & 2 rubygems