]> git.ipfire.org Git - people/ms/putty.git/blame - be_none.c
Add search to connection list box.
[people/ms/putty.git] / be_none.c
CommitLineData
1c1af145 1/*
2 * Linking module for programs that do not support selection of backend
3 * (such as pscp or pterm).
4 */
5
6#include <stdio.h>
7#include "putty.h"
8
9Backend *backends[] = {
10 NULL
11};