X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Funix.h;h=ff665b9ba9d400e336b447d5c183bf98cebdb379;hb=8c26b44ce66f674e2bdd1e3f6cf8ac2cf5eb1794;hp=c0b56c74d1d67675435313ea191525b7b1582026;hpb=efd7cad3d281e04df1b7a96ab1aa531df48681ac;p=PuTTY.git 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