summaryrefslogtreecommitdiffstats
path: root/src/filemanager/panelize.h
blob: f230b2956959b711b48d1582aa319bfee962463a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/** \file panelize.h
 *  \brief Header: External panelization module
 */

#ifndef MC__PANELIZE_H
#define MC__PANELIZE_H

/*** typedefs(not structures) and defined constants **********************************************/

/*** enums ***************************************************************************************/

/*** structures declarations (and typedefs of structures)*****************************************/

/*** global variables defined in .c file *********************************************************/

/*** declarations of public functions ************************************************************/

void external_panelize (void);
void load_panelize (void);
void save_panelize (void);
void done_panelize (void);
void cd_panelize_cmd (void);
void panelize_save_panel (WPanel * panel);
void panelize_change_root (const vfs_path_t * new_root);
void panelize_absolutize_if_needed (WPanel * panel);

/*** inline functions ****************************************************************************/
#endif /* MC__PANELIZE_H */