/* * 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. */ #include #include #include "putty.h" struct backend_list backends[] = { {0, NULL} };