platform/shared/ruby/ext/rho/rhoruby.h in rhodes-3.3.2.beta.1 vs platform/shared/ruby/ext/rho/rhoruby.h in rhodes-3.3.2.beta.2
- old
+ new
@@ -104,10 +104,11 @@
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_get_time(VALUE rTime);
+unsigned long rho_ruby_get_time_part(VALUE rDate, const char* szPart);
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);
const char* rho_ruby_getRhoDBVersion();