mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
ae987b923e
Signed-off-by: Patrick Winnertz <winnie@debian.org>
12 lines
178 B
C
12 lines
178 B
C
#ifndef MC_USERMAP_H
|
|
#define MC_USERMAP_H
|
|
|
|
#define MC_USERMAP ".mc/cedit/cooledit.bindings"
|
|
|
|
#include "edit.h"
|
|
|
|
/* load user map */
|
|
gboolean edit_load_user_map(WEdit *);
|
|
|
|
#endif
|