Merge branch '4524_cleanup'
[midnight-commander.git] / src / file_history.h
blob015620744b2d7d3d179c03879d7095d0c0967155
1 #ifndef MC__FILE_HISTORY_H
2 #define MC__FILE_HISTORY_H
4 #include "lib/widget.h"
6 /*** typedefs(not structures) and defined constants **********************************************/
8 /*** enums ***************************************************************************************/
10 /*** structures declarations (and typedefs of structures)*****************************************/
12 /*** global variables defined in .c file *********************************************************/
14 char *show_file_history (const Widget * w, int *action);
16 /*** declarations of public functions ************************************************************/
18 /*** inline functions ****************************************************************************/
20 #endif /* MC__FILE_HISTORY_H */