/* Prototypes for functions defined in
filemode.c
 */

void filemodestring(struct stat * statp,
                    char * str);

void mode_string(int mode,
                 char * str);

char ftypelet(long bits);

void rwx(int bits,
         char * chars);

void setst(int bits,
           char * chars);

