blob: 015620744b2d7d3d179c03879d7095d0c0967155 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#ifndef MC__FILE_HISTORY_H
#define MC__FILE_HISTORY_H
#include "lib/widget.h"
/*** typedefs(not structures) and defined constants **********************************************/
/*** enums ***************************************************************************************/
/*** structures declarations (and typedefs of structures)*****************************************/
/*** global variables defined in .c file *********************************************************/
char *show_file_history (const Widget * w, int *action);
/*** declarations of public functions ************************************************************/
/*** inline functions ****************************************************************************/
#endif /* MC__FILE_HISTORY_H */
|