Sha256: cea9b13c817d64f6c13536dcca721edc5a5b492f0b671f2527d433aa858abd47

Contents?: true

Size: 353 Bytes

Versions: 3

Compression:

Stored size: 353 Bytes

Contents

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

#ifndef __RBXS_PULL_H__
#define __RBXS_PULL_H__

#include "rbxs.h"

RUBY_EXTERN VALUE cSmartPull;

typedef struct rbxs_pull {
  xmlTextReaderPtr reader;
} rbxs_pull;

RUBY_EXTERN VALUE rbxs_pull_new(VALUE class, VALUE what);
RUBY_EXTERN void  init_rbxs_pull(void);
  
#endif

Version data entries

3 entries across 3 versions & 1 rubygems

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