7 lines
128 B
C
7 lines
128 B
C
#ifndef _PARSE_MODE_H
|
|
#define _PARSE_MODE_H
|
|
#include <sys/stat.h>
|
|
|
|
mode_t mu_parse_mode(const char *s, mode_t cur_mode);
|
|
#endif
|