include/tebako/tebako-main.h in tebako-0.8.2 vs include/tebako/tebako-main.h in tebako-0.8.3

- old
+ new

@@ -31,9 +31,10 @@ extern "C" { #endif int tebako_main(int* argc, char*** argv); const char* tebako_mount_point(void); int tebako_is_running_miniruby(void); + const char* tebako_original_pwd(void); #ifdef RB_W32 int tebako_file_load_ok(const char *path); #endif #ifdef __cplusplus }