mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
api to get datamodel type
This commit is contained in:
parent
6dca8ed34d
commit
eb967475a5
2 changed files with 6 additions and 0 deletions
|
|
@ -57,6 +57,11 @@ int set_bbfdatamodel_type(int bbf_type)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int get_bbfdatamodel_type(void)
|
||||
{
|
||||
return bbfdatamodel_type;
|
||||
}
|
||||
|
||||
int bbfdmuci_lookup_ptr(struct uci_context *ctx, struct uci_ptr *ptr, char *package, char *section, char *option, char *value)
|
||||
{
|
||||
return dmuci_lookup_ptr(ctx, ptr, package, section, option, value);
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ extern struct list_head list_execute_end_session;
|
|||
|
||||
void bbf_apply_end_session(void);
|
||||
int set_bbfdatamodel_type(int bbf_type);
|
||||
int get_bbfdatamodel_type(void);
|
||||
int bbf_set_ip_version(int ipversion);
|
||||
void del_list_parameter(struct dm_parameter *dm_parameter);
|
||||
int dm_update_file_enabled_notify(char *param, char *new_value);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue