Ticket #4536: skins: add root variant of julia256 skin.
[midnight-commander.git] / src / filemanager / filenot.h
blob33991e8392852790e550d2de2884a0f1e5142c9d
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 * vpath, mode_t mode);
22 int my_rmdir (const char *path);
24 /*** inline functions ****************************************************************************/
26 #endif /* MC__FILE_H */