00001 #ifndef Exc_Ruby__proc_new__hpp_ 00002 #define Exc_Ruby__proc_new__hpp_ 00003 00004 namespace Exc_Ruby 00005 { 00006 00007 typedef VALUE (*RUBY_PROC_FUNC)(VALUE proc_arg, VALUE data, VALUE self); 00008 00009 VALUE rb_cpp_proc_new(RUBY_PROC_FUNC func, VALUE data); 00010 00011 } 00012 00013 #include "proc_new.ipp" 00014 00015 #endif // Exc_Ruby__proc_new__hpp_ 00016