repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[midnight-commander.git]
/
src
/
chmod.h
blob
a178d473d4036ddd0199b324a45cbc37aaf1ed78
1
#ifndef __CHMOD_H
2
#define __CHMOD_H
3
void
chmod_cmd
(
void
);
4
int
stat_file
(
char
*,
struct
stat
*);
5
void
ch1_cmd
(
int
id
);
6
void
ch2_cmd
(
int
id
);
7
#endif