1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-15 18:17:32 -05:00

Very basic hex-dump backend for testing meta handling.

[originally from svn r134]
This commit is contained in:
Ben Harris
1999-03-28 15:25:45 +00:00
parent 70b2dd8ed4
commit 89751ed598
2 changed files with 24 additions and 1 deletions

View File

@ -303,6 +303,7 @@ void safefree(void *);
extern Backend null_backend;
extern Backend loop_backend;
extern Backend hexdump_backend;
/*
* Exports from version.c.