mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +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 __CHOWN_H
|
|
#define __CHOWN_H
|
|
void chown_cmd (void);
|
|
#endif
|