mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
758ab591d8
Mostly \file and \brief tag added. Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
12 lines
127 B
C
12 lines
127 B
C
|
|
/** \file chmod.h
|
|
* \brief Header: chmod command
|
|
*/
|
|
|
|
#ifndef MC_CHMOD_H
|
|
#define MC_CHMOD_H
|
|
|
|
void chmod_cmd (void);
|
|
|
|
#endif
|