diff options
Diffstat (limited to 'Mac/Compat/macstat.h')
-rw-r--r-- | Mac/Compat/macstat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Compat/macstat.h b/Mac/Compat/macstat.h index 64ace4e..d6cad85 100644 --- a/Mac/Compat/macstat.h +++ b/Mac/Compat/macstat.h @@ -27,6 +27,7 @@ struct macstat { #define S_IWRITE 0200 #define S_IEXEC 0100 +extern int macstat(char *, struct macstat *); /* To stop inclusion of MWerks header: */ #ifndef _STAT #define _STAT |