aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32ole/win32ole_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/win32ole_type.h')
-rw-r--r--ext/win32ole/win32ole_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/win32ole/win32ole_type.h b/ext/win32ole/win32ole_type.h
index c6b6f2726e..086d36a241 100644
--- a/ext/win32ole/win32ole_type.h
+++ b/ext/win32ole/win32ole_type.h
@@ -3,5 +3,6 @@
VALUE cWIN32OLE_TYPE;
VALUE create_win32ole_type(ITypeInfo *pTypeInfo, VALUE name);
ITypeInfo *itypeinfo(VALUE self);
+VALUE ole_type_from_itypeinfo(ITypeInfo *pTypeInfo);
void Init_win32ole_type();
#endif