Update vars.h

master
xerox 5 years ago
parent 69874dd6c9
commit 6d902eb37e

@ -1,8 +1,8 @@
#ifndef VARS_H #ifndef VARS_H
#define VARS_H #define VARS_H
#include "../types.h" #include "../types.h"
void add_var(char* name, variable_values* values, map_void_t* p_var_map); static void add_var(char* name, variable_values* values, map_void_t* p_var_map);
variable* make_variable(char* p_name, void* value, variable_type var_type); static variable* make_variable(char* p_name, void* value, variable_type var_type);
variable_values* get_value(char* p_name, map_void_t* p_var_map); static variable_values* get_value(char* p_name, map_void_t* p_var_map);
void* alloc_value(void* value, variable_type var_type); static void* alloc_value(void* value, variable_type var_type);
#endif #endif

Loading…
Cancel
Save