2009-02-05 20:28:18 +02:00
|
|
|
/** \file achown.h
|
|
|
|
* \brief Header: Contains functions for advanced chowning
|
|
|
|
*/
|
|
|
|
|
2010-11-09 13:02:28 +02:00
|
|
|
#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 ************************************************************/
|
2004-12-03 19:17:46 +00:00
|
|
|
|
1998-02-27 04:54:42 +00:00
|
|
|
void chown_advanced_cmd (void);
|
2004-12-03 19:17:46 +00:00
|
|
|
|
2010-11-09 13:02:28 +02:00
|
|
|
/*** inline functions ****************************************************************************/
|
2010-11-10 13:09:42 +02:00
|
|
|
#endif /* MC__ACHOWN_H */
|