summaryrefslogtreecommitdiff
path: root/ext/win32ole/win32ole_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/win32ole_method.h')
-rw-r--r--ext/win32ole/win32ole_method.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/win32ole/win32ole_method.h b/ext/win32ole/win32ole_method.h
index 962a59c0d2..58005dd73f 100644
--- a/ext/win32ole/win32ole_method.h
+++ b/ext/win32ole/win32ole_method.h
@@ -9,7 +9,7 @@ struct olemethoddata {
VALUE cWIN32OLE_METHOD;
VALUE folemethod_s_allocate(VALUE klass);
-VALUE olemethod_from_typeinfo(VALUE self, ITypeInfo *pTypeInfo, VALUE name);
-VALUE ole_methods_sub(ITypeInfo *pOwnerTypeInfo, ITypeInfo *pTypeInfo, VALUE methods, int mask);
+VALUE ole_methods_from_typeinfo(ITypeInfo *pTypeInfo, int mask);
+VALUE create_win32ole_method(ITypeInfo *pTypeInfo, VALUE name);
void Init_win32ole_method();
#endif