summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/external_funcs.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/src/external_funcs.h')
-rw-r--r--plugins/IEView/src/external_funcs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/IEView/src/external_funcs.h b/plugins/IEView/src/external_funcs.h
new file mode 100644
index 0000000000..173274a0ce
--- /dev/null
+++ b/plugins/IEView/src/external_funcs.h
@@ -0,0 +1,4 @@
+namespace External
+{
+ HRESULT db_get(DISPPARAMS *pDispParams, VARIANT *pVarResult);
+} \ No newline at end of file