mc/edit/usermap.h

19 lines
294 B
C
Raw Normal View History

/** \file
* \brief Header: cooledit.bindings file parser
* \author Vitja Makarov
* \date 2005
*/
#ifndef MC_USERMAP_H
#define MC_USERMAP_H
#define MC_USERMAP ".mc/cedit/cooledit.bindings"
#include "edit-impl.h"
/* load user map */
gboolean edit_load_user_map (WEdit *edit);
#endif