Revert "Try fix of compile warnings about assigned but unused variables"
[midnight-commander.git] / src / filemanager / chown.h
blobba86ec4d65cc0aac7e87af56b89cd400fb5568ba
1 /** \file chown.h
2 * \brief Header: chown command
3 */
5 #ifndef MC__CHOWN_H
6 #define MC__CHOWN_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_cmd (void);
20 /*** inline functions ****************************************************************************/
21 #endif /* MC__CHOWN_H */