1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00
putty-source/be_none.c

14 lines
288 B
C
Raw Normal View History

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