X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7eb76ebc9a88b14553713f8d214bb8d04f10dbc2..aef05b788c268d43559a0183d1efe9c458724b94:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index c0b56c74..ff665b9b 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -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