Fix a couple of code paths on which, if fxp_readdir returned an error,
[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.
  *