mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
7 lines
69 B
C
7 lines
69 B
C
#ifndef __LEARN_H
|
|
#define __LEARN_H
|
|
|
|
void learn_keys (void);
|
|
|
|
#endif
|