This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
mc
Watch
1
Star
0
Fork
0
You've already forked mc
mirror of
https://github.com/MidnightCommander/mc
synced
2025-01-11 13:59:18 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
58337baa8d
mc
/
src
/
chmod.h
7 lines
70 B
C
Raw
Normal View
History
Unescape
Escape
* *.h: Renamed multiple inclusion guards that started with a double underscore. Added #includes for dependent files. * popt.c: Likewise. * popthelp.c: Likewise. * tree.c: Moved a macro from tree.h to here, as it is useless outside tree.c.
2004-12-03 22:17:46 +03:00
#
ifndef MC_CHMOD_H
#
define MC_CHMOD_H
Initial revision
1998-02-27 07:54:42 +03:00
void
chmod_cmd
(
void
)
;
* *.h: Renamed multiple inclusion guards that started with a double underscore. Added #includes for dependent files. * popt.c: Likewise. * popthelp.c: Likewise. * tree.c: Moved a macro from tree.h to here, as it is useless outside tree.c.
2004-12-03 22:17:46 +03:00
Initial revision
1998-02-27 07:54:42 +03:00
#
endif
Reference in New Issue
Copy Permalink