summaryrefslogtreecommitdiff
path: root/ext/win32ole/win32ole_variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole/win32ole_variable.h')
-rw-r--r--ext/win32ole/win32ole_variable.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/win32ole/win32ole_variable.h b/ext/win32ole/win32ole_variable.h
new file mode 100644
index 0000000000..dbb27acf9b
--- /dev/null
+++ b/ext/win32ole/win32ole_variable.h
@@ -0,0 +1,8 @@
+#ifndef WIN32OLE_VARIABLE_H
+#define WIN32OLE_VARIABLE_H 1
+
+VALUE cWIN32OLE_VARIABLE;
+VALUE create_win32ole_variable(ITypeInfo *pTypeInfo, UINT index, VALUE name);
+void Init_win32ole_variable();
+
+#endif