X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/89ee5268a99aac30dbdf36bc3a02074d34e653f2..691b58ac4403cf73a1d71c6c2bbd5d8246d95699:/be_none.c diff --git a/be_none.c b/be_none.c index 0ec3a793..6ec037ac 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 pscp or pterm). */ -#include #include #include "putty.h" -struct backend_list backends[] = { - {0, NULL} +Backend *backends[] = { + NULL };