mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
9c72f81a21
* chmod.h: Remove unneded code. * chown.h: Likewise. * main.c: Include achown.h.
5 lines
66 B
C
5 lines
66 B
C
#ifndef __CHMOD_H
|
|
#define __CHMOD_H
|
|
void chmod_cmd (void);
|
|
#endif
|