aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole/win32ole_method.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-04 23:29:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-04 23:29:24 +0000
commitba0655ebdd31e5e6b9ae8ede328733067a68dcbc (patch)
tree70110dc331553c9f3ff47a9ab3b479ab56b7090e /ext/win32ole/win32ole_method.h
parent5540c1de81f69e160c2302e56e4957147f240450 (diff)
downloadruby-ba0655ebdd31e5e6b9ae8ede328733067a68dcbc.tar.gz
ext: protoize no-arguments functions
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/win32ole/win32ole_method.h')
-rw-r--r--ext/win32ole/win32ole_method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/win32ole_method.h b/ext/win32ole/win32ole_method.h
index 58005dd73f..7eacb1b596 100644
--- a/ext/win32ole/win32ole_method.h
+++ b/ext/win32ole/win32ole_method.h
@@ -11,5 +11,5 @@ VALUE cWIN32OLE_METHOD;
VALUE folemethod_s_allocate(VALUE klass);
VALUE ole_methods_from_typeinfo(ITypeInfo *pTypeInfo, int mask);
VALUE create_win32ole_method(ITypeInfo *pTypeInfo, VALUE name);
-void Init_win32ole_method();
+void Init_win32ole_method(void);
#endif