Imported Upstream version 2.7.1
This commit is contained in:
parent
a1fa151fc7
commit
0121794af9
451 changed files with 41339 additions and 10887 deletions
|
|
@ -387,7 +387,17 @@ int dstate_addenum(const char *var, const char *fmt, ...)
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int dstate_addrange(const char *var, const int min, const int max)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
const st_tree_t *dstate_getroot(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int dstate_delinfo(const char *var)
|
||||
{
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue