mc/edit/usermap.h
Patrick Winnertz ae987b923e Reverted the use of bool in favour of gboolean
Signed-off-by: Patrick Winnertz <winnie@debian.org>
2009-02-05 23:46:07 +01:00

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