mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Revert last changes
This commit is contained in:
parent
f2d94122cf
commit
1bb010e66e
@ -32,8 +32,8 @@ int mc_stat (const char *path, struct stat *buf);
|
||||
int mc_lstat (const char *path, struct stat *buf);
|
||||
int mc_fstat (int fd, struct stat *buf);
|
||||
|
||||
int mc_chmod (const char *path, mode_t mode);
|
||||
int mc_chown (const char *path, uid_t owner, gid_t group);
|
||||
int mc_chmod (const char *path, int mode);
|
||||
int mc_chown (const char *path, int owner, int group);
|
||||
int mc_utime (const char *path, struct utimbuf *times);
|
||||
int mc_readlink (const char *path, char *buf, int bufsiz);
|
||||
int mc_unlink (const char *path);
|
||||
|
Loading…
Reference in New Issue
Block a user