mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-02-09 21:33:08 +01:00
Fix linker issue for iop5
This commit is contained in:
parent
33eb15471d
commit
dcea5e5cef
1 changed files with 1 additions and 1 deletions
2
event.c
2
event.c
|
|
@ -182,7 +182,7 @@ void add_list_value_change(char *param_name, char *param_data, char *param_type)
|
|||
pthread_mutex_unlock(&(mutex_value_change));
|
||||
}
|
||||
|
||||
inline void add_lw_list_value_change(char *param_name, char *param_data, char *param_type)
|
||||
void add_lw_list_value_change(char *param_name, char *param_data, char *param_type)
|
||||
{
|
||||
add_dm_parameter_tolist(&list_lw_value_change, param_name, param_data, param_type);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue