File: ruby_xml_state.h

package info (click to toggle)
libxml-ruby 0.5.2.0-3%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 652 kB
  • ctags: 875
  • sloc: ansic: 5,874; ruby: 1,524; xml: 144; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/* $Id$ */

#ifndef __RUBY_XML_STATE__
#define __RUBY_XML_STATE__

extern VALUE cXMLState;

void ruby_xml_state_marker(void);
VALUE ruby_xml_state_object_find(VALUE id);

#endif