]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/macstuff.h
Fix `puttygen-unix-perms': f_open(), PuTTY's wrapper on fopen, now
[PuTTY.git] / mac / macstuff.h
index 69c1b2e416692dfbcdf51cd75c23cd5054a2cfb9..3f49cd036aa9f1e051d6aca700701a559c28b300 100644 (file)
@@ -14,7 +14,7 @@ struct Filename {
     FSSpec fss;
 };
 
-extern FILE * f_open(struct Filename, char const *);
+extern FILE * f_open(struct Filename, char const *, int);
 
 /* Suspiciously similar to an ICFontRecord */
 struct FontSpec {