X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=uci_internal.h;fp=uci_internal.h;h=b4e62ffb973714588cfcbbd00c40353873fcf299;hp=30d79a64fbb7a9a40742f1b7c025826f46b6c1f1;hb=e339407372ffc70b1451e4eda218c01aa95a6a7f;hpb=ed938cc8e423d4a33b8f31e6e6d1eb0805ae3d10 diff --git a/uci_internal.h b/uci_internal.h index 30d79a6..b4e62ff 100644 --- a/uci_internal.h +++ b/uci_internal.h @@ -46,7 +46,7 @@ __private void uci_add_delta(struct uci_context *ctx, struct uci_list *list, int __private void uci_free_delta(struct uci_delta *h); __private struct uci_package *uci_alloc_package(struct uci_context *ctx, const char *name); -__private FILE *uci_open_stream(struct uci_context *ctx, const char *filename, int pos, bool write, bool create); +__private FILE *uci_open_stream(struct uci_context *ctx, const char *filename, const char *origfilename, int pos, bool write, bool create); __private void uci_close_stream(FILE *stream); __private void uci_getln(struct uci_context *ctx, int offset);