Added a stub for variable_set_from()
This commit is contained in:
parent
8b106a95bd
commit
aae034336a
|
@ -652,6 +652,14 @@ VariableType variable_get_type(Variable * variable)
|
|||
}
|
||||
|
||||
|
||||
/* variable_set_from */
|
||||
int variable_set_from(Variable * variable, VariableType type, void * value)
|
||||
{
|
||||
/* FIXME implement */
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
/* useful */
|
||||
/* variable_serialize */
|
||||
int variable_serialize(Variable * variable, Buffer * buffer, int type)
|
||||
|
|
Loading…
Reference in New Issue
Block a user