1
1
mc/src/filemanager/achown.h

22 строки
791 B
C
Исходник Обычный вид История

/** \file achown.h
* \brief Header: Contains functions for advanced chowning
*/
#ifndef MC__ACHOWN_H
#define MC__ACHOWN_H
/*** typedefs(not structures) and defined constants **********************************************/
/*** enums ***************************************************************************************/
/*** structures declarations (and typedefs of structures)*****************************************/
/*** global variables defined in .c file *********************************************************/
/*** declarations of public functions ************************************************************/
1998-02-27 04:54:42 +00:00
void chown_advanced_cmd (void);
/*** inline functions ****************************************************************************/
#endif /* MC__ACHOWN_H */