summaryrefslogtreecommitdiff
path: root/src/c_fl_text_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_text_editor.h')
-rw-r--r--src/c_fl_text_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_fl_text_editor.h b/src/c_fl_text_editor.h
index 305b04b..e25922f 100644
--- a/src/c_fl_text_editor.h
+++ b/src/c_fl_text_editor.h
@@ -82,8 +82,8 @@ extern "C" int fl_text_editor_get_insert_mode(TEXTEDITOR te);
extern "C" void fl_text_editor_set_insert_mode(TEXTEDITOR te, int i);
-//extern "C" int fl_text_editor_get_tab_nav(TEXTEDITOR te);
-//extern "C" void fl_text_editor_set_tab_nav(TEXTEDITOR te, int t);
+extern "C" int fl_text_editor_get_tab_nav(TEXTEDITOR te);
+extern "C" void fl_text_editor_set_tab_nav(TEXTEDITOR te, int t);
extern "C" void fl_text_editor_draw(TEXTEDITOR te);