1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add comment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-08-24 07:26:16 +00:00
parent f27b74142e
commit 1c3d34cad5

View file

@ -251,6 +251,7 @@ typedef struct {
typedef struct {
int flags;
/* replacement character, etc. */
} rb_econv_option_t;
void rb_econv_opts(VALUE hash, rb_econv_option_t *opts);