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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/win32ole/win32ole_method.h b/ext/win32ole/win32ole_method.h
index 7eacb1b596..ff2898ebeb 100644
--- a/ext/win32ole/win32ole_method.h
+++ b/ext/win32ole/win32ole_method.h
@@ -11,5 +11,6 @@ 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);
+struct olemethoddata *olemethod_data_get_struct(VALUE obj);
void Init_win32ole_method(void);
#endif