Editor: reduce scope of some functions.
commit8664830831c4de74ef07eed9f716edca19aa00e9
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 11 Oct 2011 09:37:51 +0000 (11 13:37 +0400)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 17 Oct 2011 10:30:04 +0000 (17 13:30 +0300)
treec93f068f68ccaab467fbdc4234d93b25703fd6ac
parent9ac22ec5445345e0252f6d455d3b8aee2da52bd9
Editor: reduce scope of some functions.

Following fuctions are used in in src/editor/edit.c file only:

edit_get_byte_ptr
edit_get_buf_ptr
edit_get_prev_utf

Now they are static.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/editor/edit-impl.h
src/editor/edit.c