update for HEAD-2003091401
[reactos.git] / ntoskrnl / fs / tunnel.c
index 2c6f96c..78b488e 100644 (file)
@@ -17,6 +17,7 @@
  *
  * RETURN VALUE
  *
+ * @unimplemented
  */
 VOID
 STDCALL
@@ -43,6 +44,7 @@ FsRtlAddToTunnelCache (
  *
  * RETURN VALUE
  *
+ * @unimplemented
  */
 VOID
 STDCALL
@@ -64,6 +66,7 @@ FsRtlDeleteKeyFromTunnelCache (
  *
  * RETURN VALUE
  *
+ * @unimplemented
  */
 VOID
 STDCALL
@@ -84,8 +87,9 @@ FsRtlDeleteTunnelCache (
  *
  * RETURN VALUE
  *
+ * @unimplemented
  */
-VOID
+BOOLEAN
 STDCALL
 FsRtlFindInTunnelCache (
     IN PTUNNEL          Cache,
@@ -97,6 +101,7 @@ FsRtlFindInTunnelCache (
     OUT PVOID           Data
     )
 {
+    return FALSE;
 }
 
 
@@ -110,6 +115,7 @@ FsRtlFindInTunnelCache (
  *
  * RETURN VALUE
  *
+ * @unimplemented
  */
 VOID
 STDCALL