mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-13 23:09:18 +03:00
5920d13810
This removes the usage of stdbool.h in favour of mhl/tyes.h as we have to revert everything one by one Signed-off-by: Patrick Winnertz <winnie@debian.org>
14 lines
198 B
C
14 lines
198 B
C
#ifndef MC_USERMAP_H
|
|
#define MC_USERMAP_H
|
|
|
|
#include <mhl/types.h>
|
|
|
|
#define MC_USERMAP ".mc/cedit/cooledit.bindings"
|
|
|
|
#include "edit.h"
|
|
|
|
/* load user map */
|
|
bool edit_load_user_map(WEdit *);
|
|
|
|
#endif
|