mc/src/file_history.h

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 */