22 строки
791 B
C
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 ************************************************************/
|
|
|
|
void chown_advanced_cmd (void);
|
|
|
|
/*** inline functions ****************************************************************************/
|
|
#endif /* MC__ACHOWN_H */
|