amd5_light notify

This commit is contained in:
imen.bhiri 2016-02-12 16:29:31 +01:00
parent 6e6c933fd2
commit 10968bdaee

View file

@ -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);