1
1
mc/edit/usermap.h
Patrick Winnertz 5920d13810 First bunch of reverting stuff from mhl to switch back to glib
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>
2009-02-05 23:09:37 +01:00

14 строки
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