mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-11 19:48:36 +01:00
amd5_light notify
This commit is contained in:
parent
6e6c933fd2
commit
10968bdaee
1 changed files with 2 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ enum fault_code {
|
|||
};
|
||||
|
||||
extern struct list_head list_enabled_notify;
|
||||
extern struct list_head list_enabled_lw_notify;
|
||||
|
||||
char *update_instance(struct uci_section *s, char *last_inst, char *inst_opt);
|
||||
int get_empty(char *refparam, struct dmctx *args, char **value);
|
||||
|
|
@ -221,6 +222,7 @@ int dm_entry_get_linker(struct dmctx *ctx);
|
|||
int dm_entry_get_linker_value(struct dmctx *ctx);
|
||||
void free_all_list_enabled_notify();
|
||||
void dm_update_enabled_notify(struct dm_enabled_notify *p, char *new_value);
|
||||
|
||||
void dm_update_enabled_notify_byname(char *name, char *new_value);
|
||||
char *get_last_instance(char *package, char *section, char *opt_inst);
|
||||
char *get_last_instance_lev2(char *package, char *section, char *opt_inst, char *opt_check, char *value_check);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue