mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00: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
|