aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/handle.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-09 06:25:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-09 06:25:14 +0000
commit3b759e62ac4f530075eaab1a4c4b5fee65664b73 (patch)
tree0e1411b39dd8f8b988ff010057f2bb586dfcd47c /ext/dl/handle.c
parent2d2cf42ed1d6fcc8a0fb62e91211a6819757d994 (diff)
downloadruby-3b759e62ac4f530075eaab1a4c4b5fee65664b73.tar.gz
* ext/dl/dl.c (Init_dl): protoized.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/handle.c')
-rw-r--r--ext/dl/handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dl/handle.c b/ext/dl/handle.c
index c4ee0b9c14..474e97da3d 100644
--- a/ext/dl/handle.c
+++ b/ext/dl/handle.c
@@ -214,7 +214,7 @@ rb_dlhandle_sym(VALUE self, VALUE sym)
}
void
-Init_dlhandle()
+Init_dlhandle(void)
{
rb_cDLHandle = rb_define_class_under(rb_mDL, "Handle", rb_cObject);
rb_define_alloc_func(rb_cDLHandle, rb_dlhandle_s_allocate);