1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/be_none.c
Jacob Nevins 46c00b0f38 Rationalise access to, and content of, backends[] array.
Should be no significant change in behaviour.
(Well, entering usernames containing commas on Plink's command line will be
a little harder now.)

[originally from svn r7628]
2007-06-30 21:56:44 +00:00

12 lines
183 B
C

/*
* Linking module for programs that do not support selection of backend
* (such as pscp or pterm).
*/
#include <stdio.h>
#include "putty.h"
Backend *backends[] = {
NULL
};