Move the declaration of smemclr() out of putty.h into misc.h, because
[sgt/putty] / misc.h
diff --git a/misc.h b/misc.h
index 9675e96..2ca2d8e 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -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.
  *