1
1
mc/src/filemanager/chmod.h
Slava Zanko bbf1f4e857 Moved filemanager-related stuff to src/filemanager directory
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-11-24 10:51:32 +03:00

22 строки
751 B
C

/** \file chmod.h
* \brief Header: chmod command
*/
#ifndef MC__CHMOD_H
#define MC__CHMOD_H
/*** typedefs(not structures) and defined constants **********************************************/
/*** enums ***************************************************************************************/
/*** structures declarations (and typedefs of structures)*****************************************/
/*** global variables defined in .c file *********************************************************/
/*** declarations of public functions ************************************************************/
void chmod_cmd (void);
/*** inline functions ****************************************************************************/
#endif /* MC__CHMOD_H */