X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/76d3a838799e8abde2e7ac41fc59ef8785c29a6f..e26f8aa1a74344b91737741ecef89a10de0fa241:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index c0b56c74..8235897b 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -105,7 +105,7 @@ void uxsel_input_remove(int id); /* uxcfg.c */ struct controlbox; -void unix_setup_config_box(struct controlbox *b, int midsession); +void unix_setup_config_box(struct controlbox *b, int midsession, int protocol); /* gtkcfg.c */ void gtk_setup_config_box(struct controlbox *b, int midsession, void *window); @@ -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