summaryrefslogtreecommitdiff
path: root/testprogs/win32/rpcecho/rpcecho.idl
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/win32/rpcecho/rpcecho.idl')
-rw-r--r--testprogs/win32/rpcecho/rpcecho.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/testprogs/win32/rpcecho/rpcecho.idl b/testprogs/win32/rpcecho/rpcecho.idl
index a0d9dbc4c6..38fa58af41 100644
--- a/testprogs/win32/rpcecho/rpcecho.idl
+++ b/testprogs/win32/rpcecho/rpcecho.idl
@@ -146,4 +146,6 @@ interface rpcecho
void echo_TestSurrounding(
[in,out,ref] echo_Surrounding *data
);
+
+ uint16 echo_TestDoublePointer([in] uint16 ***data);
}