mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
6a209bdb59
Mostly \file and \brief tag added. Some fixes for warnings with existing comments. Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
19 lines
284 B
C
19 lines
284 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.h"
|
|
|
|
/* load user map */
|
|
gboolean edit_load_user_map(WEdit *);
|
|
|
|
#endif
|