6 lines
106 B
C
6 lines
106 B
C
|
#ifndef _PARSE_MODE_H
|
||
|
#define _PARSE_MODE_H
|
||
|
|
||
|
mode_t mu_parse_mode(const char *s, mode_t cur_mode);
|
||
|
#endif
|