Sha256: e9bdd6643b6713bf86b9a1788dbba1a0f33eb863d87ab38dd1facae639e2b987

Contents?: true

Size: 424 Bytes

Versions: 3

Compression:

Stored size: 424 Bytes

Contents

/* Please see the COPYING file for copyright and distribution information */

#ifndef __RBXS_DOMNAMESPACE_H__
#define __RBXS_DOMNAMESPACE_H__

#include "rbxs.h"

RUBY_EXTERN VALUE cSmartDomNamespace;

typedef struct rbxs_domnamespace {
  VALUE node;
  xmlNsPtr ns;
} rbxs_domnamespace;

RUBY_EXTERN VALUE rbxs_domnamespace_new(VALUE class, VALUE node, xmlNsPtr ns);
RUBY_EXTERN void  init_rbxs_domnamespace(void);
  
#endif

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-xml-smart-0.1.12.1-i486-linux rbxs_domnamespace.h
ruby-xml-smart-0.1.12-i486-linux rbxs_domnamespace.h
ruby-xml-smart-0.1.11-i486-linux rbxs_domnamespace.h