achown.h 791 B

123456789101112131415161718192021
  1. /** \file achown.h
  2. * \brief Header: Contains functions for advanced chowning
  3. */
  4. #ifndef MC__ACHOWN_H
  5. #define MC__ACHOWN_H
  6. /*** typedefs(not structures) and defined constants **********************************************/
  7. /*** enums ***************************************************************************************/
  8. /*** structures declarations (and typedefs of structures)*****************************************/
  9. /*** global variables defined in .c file *********************************************************/
  10. /*** declarations of public functions ************************************************************/
  11. void chown_advanced_cmd (void);
  12. /*** inline functions ****************************************************************************/
  13. #endif /* MC__ACHOWN_H */