[NTOSKRNL]
[reactos.git] / reactos / ntoskrnl / fsrtl / tunnel.c
index aeb9ebc..db292f6 100644 (file)
@@ -129,6 +129,7 @@ FsRtlPruneTunnelCache(
     }
 }
 
+INIT_FUNCTION
 VOID
 FsRtlGetTunnelParameterValue(
     IN PUNICODE_STRING ParameterName,
@@ -192,6 +193,7 @@ FsRtlGetTunnelParameterValue(
     ZwClose(hKey);
 }
 
+INIT_FUNCTION
 VOID
 NTAPI
 FsRtlInitializeTunnels()