(exec_extension): rename variable.
[midnight-commander.git] / src / filemanager / achown.h
blob0449c177f97e5b3120a78027426cc8234d1d8118
1 /** \file achown.h
2 * \brief Header: Contains functions for advanced chowning
3 */
5 #ifndef MC__ACHOWN_H
6 #define MC__ACHOWN_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 chown_advanced_cmd (void);
20 /*** inline functions ****************************************************************************/
21 #endif /* MC__ACHOWN_H */