repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes for build after moving strutils into library
[midnight-commander.git]
/
src
/
learn.h
blob
0cc5212019f95e750039bf5eb993993c8d9a210a
1
2
/** \file learn.h
3
* \brief Header: learn keys module
4
*/
5
6
#ifndef MC_LEARN_H
7
#define MC_LEARN_H
8
9
void
learn_keys
(
void
);
10
11
#endif