platform/shared/ruby/ext/rho/rhoruby.h in rhodes-2.3.2 vs platform/shared/ruby/ext/rho/rhoruby.h in rhodes-2.4.0.beta.1
- old
+ new
@@ -80,9 +80,11 @@
VALUE rho_ruby_create_boolean(unsigned char b);
VALUE rho_ruby_create_integer(__int64 i);
VALUE rho_ruby_create_double(double d);
VALUE rho_ruby_create_time(long t);
void rho_ruby_add_to_array(VALUE ar, VALUE val);
+void rho_ruby_add_to_hash(VALUE hash, VALUE key, VALUE item);
+
time_t rho_ruby_get_time(VALUE rTime);
VALUE rho_ruby_create_byte_array(unsigned char* buf, int length);
int rho_ruby_unpack_byte_array(VALUE array_value, unsigned char* buf, int max_length);