X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=be_none.c;h=688b8dafe32d62aba7f5d8b6ee58c2f15a499061;hb=3f29d939ee6d20789eff0fb779592f64fc4bf892;hp=0ec3a7933fb9d60f45ecc4ba2911db43cc982dfa;hpb=96dbf9c6e6fe39adfe27a276e4a6360b827d8ba1;p=PuTTY.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 };