X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/89ee5268a99aac30dbdf36bc3a02074d34e653f2..8d90b8b27bf086da6245030459ab3e5977313eb0:/be_none.c diff --git a/be_none.c b/be_none.c index 0ec3a793..688b8daf 100644 --- a/be_none.c +++ b/be_none.c @@ -1,13 +1,11 @@ /* - * Linking module for PSCP: list no available backends. This is - * only present to satisfy linker requirements. I should really - * untangle the whole lot a bit better. + * Linking module for programs that do not support selection of backend + * (such as pterm). */ -#include #include #include "putty.h" -struct backend_list backends[] = { - {0, NULL} +Backend *backends[] = { + NULL };