home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / unixlib / src / fibstat.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  249b  |  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.