Ticket #2384: allow rebind Fx keys in the file manager.
[midnight-commander.git] / src / filemanager / chmod.h
blob7b6d833d5674a1197d1682ed50b3c92e5cce7306
1 /** \file chmod.h
2 * \brief Header: chmod command
3 */
5 #ifndef MC__CHMOD_H
6 #define MC__CHMOD_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
14 /*** global variables defined in .c file *********************************************************/
16 /*** declarations of public functions ************************************************************/
18 void chmod_cmd (void);
20 /*** inline functions ****************************************************************************/
21 #endif /* MC__CHMOD_H */