Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / drivers / network / tdi / cte / string.c
diff --git a/drivers/network/tdi/cte/string.c b/drivers/network/tdi/cte/string.c
new file mode 100644 (file)
index 0000000..2dc2c74
--- /dev/null
@@ -0,0 +1,30 @@
+#include "precomp.h"
+
+/*
+ * @unimplemented
+ */
+BOOLEAN
+NTAPI
+CTEAllocateString (
+       ULONG   Unknown0,
+       ULONG   Unknown1
+       )
+{
+       return FALSE;
+}
+
+
+/*
+ * @unimplemented
+ */
+BOOLEAN
+NTAPI
+CTEInitString (
+       ULONG   Unknown0,
+       ULONG   Unknown1
+       )
+{
+       return FALSE;
+}
+
+/* EOF */