Ticket #4536: skins: add root variant of julia256 skin.
[midnight-commander.git] / src / filemanager / cd.h
blob13e77187d2c8ffb59678ab47ff614d4941deb45b
1 /** \file cd.h
2 * \brief Header: cd function
3 */
5 #ifndef MC__CD_H
6 #define MC__CD_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
14 /*** global variables defined in .c file *********************************************************/
16 /*** declarations of public functions ************************************************************/
18 void cd_to (const char *path);
19 void cd_error_message (const char *path);
21 /*** inline functions ****************************************************************************/
23 #endif /* MC__CD_H */