1 #ifndef MC__EDIT_MACROS_H
2 #define MC__EDIT_MACROS_H 1
4 /*** typedefs(not structures) and defined constants **********************************************/
6 /*** enums ***************************************************************************************/
8 /*** structures declarations (and typedefs of structures)*****************************************/
10 /*** global variables defined in .c file *********************************************************/
12 /*** declarations of public functions ************************************************************/
14 int edit_store_macro_cmd (WEdit
* edit
);
15 gboolean
edit_load_macro_cmd (WEdit
* edit
);
16 void edit_delete_macro_cmd (WEdit
* edit
);
17 gboolean
edit_repeat_macro_cmd (WEdit
* edit
);
18 gboolean
edit_execute_macro (WEdit
* edit
, int hotkey
);
19 void edit_begin_end_macro_cmd (WEdit
* edit
);
20 void edit_begin_end_repeat_cmd (WEdit
* edit
);
22 /*** inline functions ****************************************************************************/
24 #endif /* MC__EDIT_MACROS_H */