mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
21 lines
776 B
C
21 lines
776 B
C
#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 */
|