]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - be_none.c
First stab at the ability to compile puttytel.exe, an SSH-free
[PuTTY.git] / be_none.c
1 /*
2  * Linking module for PSCP: list no available backends. This is
3  * only present to satisfy linker requirements. I should really
4  * untangle the whole lot a bit better.
5  */
6
7 #include <windows.h>
8 #include <stdio.h>
9 #include "putty.h"
10
11 struct backend_list backends[] = {
12     {0, NULL}
13 };