lib/widget/input_complete.c: minor refactoring and optimization.
[midnight-commander.git] / src / learn.h
blobd0eb056a77c0a009095c35d39fc60db922290920
1 /** \file learn.h
2 * \brief Header: learn keys module
3 */
5 #ifndef MC__LEARN_H
6 #define MC__LEARN_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
14 /*** global variables defined in .c file *********************************************************/
16 /*** declarations of public functions ************************************************************/
18 void learn_keys (void);
20 /*** inline functions ****************************************************************************/
21 #endif /* MC__LEARN_H */