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

Move the declaration of smemclr() out of putty.h into misc.h, because

one of its uses (in sshaes.c) wasn't picking up the former. Thanks to
Ubuntu's gcc for spotting that.

[originally from svn r9590]
This commit is contained in:
Simon Tatham
2012-07-28 16:33:51 +00:00
parent afa871e3cf
commit b0bb426aa7
2 changed files with 2 additions and 1 deletions

2
misc.h
View File

@ -50,6 +50,8 @@ void bufchain_fetch(bufchain *ch, void *data, int len);
struct tm ltime(void);
void smemclr(void *b, size_t len);
/*
* Debugging functions.
*