Tentative merge of ben-mac-port (only dead for three years!) into the trunk.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index ad7e390..af9c13e 100644 (file)
--- 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.
  */