root/ext/fastxml_attrlist.h

Revision 3743ad075234ad77e4d34c81771003bd38d4a24e, 0.5 KB (checked in by Mark Guzman <segfault@…>, 6 months ago)

adding some more initial documentation
specified that copyright is defined in the LICENSE file

  • Property mode set to 100644
Line 
1/*
2 * Prototypes for everything in fastxml_attrlist.c
3 *
4 * Please see the LICENSE file for copyright, licensing and distribution information
5 */
6
7#ifndef fastxml_attrlist_h
8#define fastxml_attrlist_h
9extern void Init_fastxml_attrlist();
10
11RUBY_EXTERN VALUE fastxml_attrlist_initialize(VALUE self);
12RUBY_EXTERN VALUE fastxml_attrlist_indexer(VALUE self, VALUE idx);
13RUBY_EXTERN VALUE fastxml_attrlist_indexer_set(VALUE self, VALUE idx, VALUE val);
14RUBY_EXTERN VALUE fastxml_attrlist_include(VALUE self, VALUE attr_name);
15#endif
Note: See TracBrowser for help on using the browser.