mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
5 lines
66 B
C
5 lines
66 B
C
|
#ifndef __CHMOD_H
|
||
|
#define __CHMOD_H
|
||
|
void chmod_cmd (void);
|
||
|
#endif
|