mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
46c00b0f38
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]
12 lines
183 B
C
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
|
|
};
|