X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=be_none.c;h=688b8dafe32d62aba7f5d8b6ee58c2f15a499061;hb=5d99610b9913c1cf9d858daa6061bf0bffebf011;hp=0ec3a7933fb9d60f45ecc4ba2911db43cc982dfa;hpb=a66dd28902b9d32477deb38e2806831c48d11918;p=PuTTY_svn.git 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 };