src/*/*.[ch]: fix indentation.
[midnight-commander.git] / src / filemanager / filenot.h
bloba49d046300c4892ba04821ed57d92a1c8300d358
1 /** \file file.h
2 * \brief Header: File and directory operation routines
3 */
5 #ifndef MC__FILENOT_H
6 #define MC__FILENOT_H
8 #include "lib/global.h"
10 /*** typedefs(not structures) and defined constants **********************************************/
12 /*** enums ***************************************************************************************/
14 /*** structures declarations (and typedefs of structures)*****************************************/
16 /*** global variables defined in .c file *********************************************************/
18 /*** declarations of public functions ************************************************************/
20 /* Misc Unix functions */
21 int my_mkdir (const vfs_path_t * s, mode_t mode);
22 int my_rmdir (const char *s);
24 /*** inline functions ****************************************************************************/
26 #endif /* MC__FILE_H */