X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/92e23ad91750101b8ba78f50e84643e389d8a094..d082ac49971a1c1a9e84c5b201c30aab675f154f:/putty.h diff --git a/putty.h b/putty.h index ad7e3903..af9c13e4 100644 --- a/putty.h +++ b/putty.h @@ -503,6 +503,13 @@ void log_packet(void *logctx, int direction, int type, char *texttype, void *data, int len); /* + * Exports from testback.c + */ + +extern Backend null_backend; +extern Backend loop_backend; + +/* * Exports from raw.c. */