Move definition down

This commit is contained in:
Lassi Kortela 2020-03-08 17:04:43 +02:00
parent 20681024a5
commit 8cb5cff824
1 changed files with 4 additions and 2 deletions

View File

@ -1050,8 +1050,6 @@ value_t builtin_spawn(value_t *args, uint32_t nargs);
value_t builtin_read_ini_file(value_t *args, uint32_t nargs);
value_t builtin_color_name_to_rgb24(value_t *args, uint32_t nargs);
value_t builtin_file_exists(value_t *args, uint32_t nargs);
value_t builtin_get_environment_variables(value_t *args, uint32_t nargs);
@ -1098,3 +1096,7 @@ extern char boot_image[];
extern const size_t boot_image_size;
#include "htableh_inc.h"
// algo_color.c
value_t builtin_color_name_to_rgb24(value_t *args, uint32_t nargs);