Sha256: 0f86b6c270cb36206239643006cf87ed4f91a98df137c8ecc040f8618eb952b4

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_PULLATTRIBUTESET_H__
#define __RBXS_PULLATTRIBUTESET_H__

#include "rbxs.h"

RUBY_EXTERN VALUE cSmartPullAttributeSet;

typedef struct rbxs_pullattributeset {
  VALUE node;
} rbxs_pullattributeset;

RUBY_EXTERN VALUE rbxs_pullattributeset_new(VALUE class, VALUE node);
RUBY_EXTERN void  init_rbxs_pullattributeset(void);
  
#endif

Version data entries

3 entries across 3 versions & 1 rubygems

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