Support for Windows PuTTY connecting straight to a local serial port
[u/mdw/putty] / windows / winstuff.h
index 85c99f4..9244c75 100644 (file)
@@ -437,4 +437,9 @@ void agent_schedule_callback(void (*callback)(void *, void *, int),
                             void *callback_ctx, void *data, int len);
 #define FLAG_SYNCAGENT 0x1000
 
+/*
+ * Exports from winser.c.
+ */
+extern Backend serial_backend;
+
 #endif