1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Roman Pompejus's patch (heavily hacked) for parametric log file

names with date, time and hostname automatically embedded.

[originally from svn r1255]
This commit is contained in:
Simon Tatham
2001-09-09 09:58:20 +00:00
parent b5dcdf7fc8
commit d27684019b
4 changed files with 82 additions and 13 deletions

View File

@ -52,7 +52,7 @@ void radioline(struct ctlpos *cp, char *text, int id, int nacross, ...);
void bareradioline(struct ctlpos *cp, int nacross, ...);
void radiobig(struct ctlpos *cp, char *text, int id, ...);
void checkbox(struct ctlpos *cp, char *text, int id);
void statictext(struct ctlpos *cp, char *text, int id);
void statictext(struct ctlpos *cp, char *text, int lines, int id);
void staticbtn(struct ctlpos *cp, char *stext, int sid,
char *btext, int bid);
void static2btn(struct ctlpos *cp, char *stext, int sid,