mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-08 11:24:16 +03:00
![Mikhail S. Pobolovets](/assets/img/avatar_default.png)
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
|