Serial back end for Unix. Due to hardware limitations (no Linux box
[u/mdw/putty] / unix / unix.h
index c0b56c7..ff665b9 100644 (file)
@@ -149,4 +149,9 @@ void *sk_getxdmdata(void *sock, int *lenp);
     if (max < fd + 1) max = fd + 1; \
 } while (0)
 
+/*
+ * Exports from winser.c.
+ */
+extern Backend serial_backend;
+
 #endif