mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-13 22:04:22 +03:00
8 lines
100 B
C
8 lines
100 B
C
#ifndef __CHOWN_H
|
|
#define __CHOWN_H
|
|
|
|
void chown_cmd (void);
|
|
void chown_advanced_cmd (void);
|
|
|
|
#endif
|