home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / useful / dist / gnu / emacs / unix / src / fibstat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-17  |  249 b   |  13 lines

  1. #ifndef FIBSTAT_H
  2.  
  3. #define FNAMESIZE 256
  4.  
  5. extern char _temp_fname[FNAMESIZE];
  6.  
  7. void _lfibstat(char *name, struct FileInfoBlock *fib, struct MsgPort *task,
  8.            int isroot, struct stat *sbuf);
  9.  
  10. int _fibstat(char *name, struct stat *sbuf);
  11.  
  12. #endif
  13.