diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-29 23:59:32 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-29 23:59:32 +0000 |
| commit | 36b78e5b9370a4c26dbbd86e3c1042d3c83d4687 (patch) | |
| tree | 133233b660281baa15a100b51d736af82769f411 /include/ruby | |
| parent | d1a9f6205e1ad0619f3c71c8730cc7212d645bfa (diff) | |
| download | ruby-36b78e5b9370a4c26dbbd86e3c1042d3c83d4687.tar.gz ruby-36b78e5b9370a4c26dbbd86e3c1042d3c83d4687.tar.xz ruby-36b78e5b9370a4c26dbbd86e3c1042d3c83d4687.zip | |
* include/ruby/intern.h (rb_file_s_absolute_path),
(rb_file_absolute_path): prototyped.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/intern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 70fbb00ca..b16237521 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -319,6 +319,8 @@ VALUE rb_exec_recursive(VALUE(*)(VALUE, VALUE, int),VALUE,VALUE); /* file.c */ VALUE rb_file_s_expand_path(int, VALUE *); VALUE rb_file_expand_path(VALUE, VALUE); +VALUE rb_file_s_absolute_path(int, VALUE *); +VALUE rb_file_absolute_path(VALUE, VALUE); void rb_file_const(const char*, VALUE); int rb_find_file_ext(VALUE*, const char* const*); VALUE rb_find_file(VALUE); |
