X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci_internal.h;h=eba014397f36bf3b01cdf18d13bd91111d3c3b7a;hp=67a247352a8c1d809ed19d9ec44a8ab670fd65bf;hb=e7f08cbbc35f6e761579634e7154b5660ac427e5;hpb=51b60a322aff3fd1045fb6c9eb289ade2de54e71 diff --git a/uci_internal.h b/uci_internal.h index 67a2473..eba0143 100644 --- a/uci_internal.h +++ b/uci_internal.h @@ -43,7 +43,7 @@ __plugin void *uci_malloc(struct uci_context *ctx, size_t size); __plugin void *uci_realloc(struct uci_context *ctx, void *ptr, size_t size); __plugin char *uci_strdup(struct uci_context *ctx, const char *str); __plugin bool uci_validate_str(const char *str, bool name); -__plugin void uci_add_history(struct uci_context *ctx, struct uci_list *list, int cmd, char *section, char *option, char *value); +__plugin void uci_add_history(struct uci_context *ctx, struct uci_list *list, int cmd, const char *section, const char *option, const char *value); __plugin void uci_free_history(struct uci_history *h); __plugin struct uci_package *uci_alloc_package(struct uci_context *ctx, const char *name);