CTK terminal/telnet server driver implementation, by Mathias Bergvall
diff --git a/contiki/ctk/ctk-termtelnet.h b/contiki/ctk/ctk-termtelnet.h
new file mode 100644
index 0000000..3753783
--- /dev/null
+++ b/contiki/ctk/ctk-termtelnet.h
@@ -0,0 +1,6 @@
+#ifndef __CTK_TERMTELNET_H__
+#define __CTK_TERMTELNET_H__
+
+void ctk_termtelnet_init(char *arg);
+
+#endif /* __CTK_VNCSERVER_H__ */