mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 11:12:06 +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
|