home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-19.28-src.tgz / tar.out / fsf / emacs / src / filemode_protos.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  307b  |  19 lines

  1. /* Prototypes for functions defined in
  2. filemode.c
  3.  */
  4.  
  5. void filemodestring(struct stat * statp,
  6.                     char * str);
  7.  
  8. void mode_string(int mode,
  9.                  char * str);
  10.  
  11. char ftypelet(long bits);
  12.  
  13. void rwx(int bits,
  14.          char * chars);
  15.  
  16. void setst(int bits,
  17.            char * chars);
  18.  
  19.