| 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 |
|---|
| 9 | extern void Init_fastxml_attrlist(); |
|---|
| 10 | |
|---|
| 11 | RUBY_EXTERN VALUE fastxml_attrlist_initialize(VALUE self); |
|---|
| 12 | RUBY_EXTERN VALUE fastxml_attrlist_indexer(VALUE self, VALUE idx); |
|---|
| 13 | RUBY_EXTERN VALUE fastxml_attrlist_indexer_set(VALUE self, VALUE idx, VALUE val); |
|---|
| 14 | RUBY_EXTERN VALUE fastxml_attrlist_include(VALUE self, VALUE attr_name); |
|---|
| 15 | #endif |
|---|