summaryrefslogtreecommitdiff
path: root/src/c_fl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl.h')
-rw-r--r--src/c_fl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/c_fl.h b/src/c_fl.h
index 5a8d942..8ef9df5 100644
--- a/src/c_fl.h
+++ b/src/c_fl.h
@@ -14,6 +14,9 @@ extern "C" const short fl_mod_command;
extern "C" size_t c_pointer_size();
+extern "C" unsigned int fl_enum_rgb_color(unsigned char r, unsigned char g, unsigned char b);
+
+
extern "C" int fl_abi_check(int v);
extern "C" int fl_abi_version();
extern "C" int fl_api_version();