mc/edit/usermap.h
Andrew Borodin fd09abaeb2 Hide private API of editor (#361).
All editor private API stuff is located now in edit/edit-impl.h.
Public API is located in edit/edit.h.
Added functions to read some fields of WEdit struct.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2009-06-16 15:36:45 +04:00

19 lines
294 B
C

/** \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