Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / be_none.c
CommitLineData
89ee5268 1/*
9e164d82 2 * Linking module for programs that do not support selection of backend
f4371346 3 * (such as pterm).
89ee5268 4 */
5
89ee5268 6#include <stdio.h>
7#include "putty.h"
8
9e164d82 9Backend *backends[] = {
10 NULL
89ee5268 11};