mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-12 14:29:41 +03:00
Warning fix: 'implicit declaration of function'
edit.c:2645: implicit declaration of function ‘edit_move_block_to_right’ edit.c:2805: implicit declaration of function ‘edit_move_block_to_left’ Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
This commit is contained in:
parent
8f7d6de326
commit
3784f7253e
@ -168,6 +168,8 @@ void insert_spaces_tab (WEdit * edit, int half);
|
||||
int edit_delete (WEdit * edit, const int byte_delete);
|
||||
void edit_insert (WEdit * edit, int c);
|
||||
void edit_cursor_move (WEdit * edit, long increment);
|
||||
void edit_move_block_to_right (WEdit * edit);
|
||||
void edit_move_block_to_left (WEdit * edit);
|
||||
void edit_push_action (WEdit * edit, long c, ...);
|
||||
void edit_push_key_press (WEdit * edit);
|
||||
void edit_insert_ahead (WEdit * edit, int c);
|
||||
|
Loading…
Reference in New Issue
Block a user