summaryrefslogtreecommitdiff
path: root/src/c_fl_file_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_file_input.h')
-rw-r--r--src/c_fl_file_input.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/c_fl_file_input.h b/src/c_fl_file_input.h
index d2a7b73..18d977e 100644
--- a/src/c_fl_file_input.h
+++ b/src/c_fl_file_input.h
@@ -23,5 +23,13 @@ extern "C" FILE_INPUT new_fl_file_input(int x, int y, int w, int h, char* label)
extern "C" void free_fl_file_input(FILE_INPUT i);
+
+
+extern "C" int fl_file_input_get_down_box(FILE_INPUT i);
+extern "C" void fl_file_input_set_down_box(FILE_INPUT i, int t);
+extern "C" unsigned int fl_file_input_get_errorcolor(FILE_INPUT i);
+extern "C" void fl_file_input_set_errorcolor(FILE_INPUT i, unsigned int t);
+
+
#endif