First stab at the ability to compile puttytel.exe, an SSH-free
[u/mdw/putty] / be_none.c
CommitLineData
89ee5268 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
11struct backend_list backends[] = {
12 {0, NULL}
13};