root/src/file_history.h

/* [previous][next][first][last][top][bottom][index][help]  */

INCLUDED FROM


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

/* [previous][next][first][last][top][bottom][index][help]  */