blob: 42efc440751743738f37698bb48533018c912e8c (
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
|