From: Felix Fietkau Date: Tue, 28 Dec 2010 17:14:39 +0000 (+0100) Subject: make uci_file_commit() static X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=a46a89fc1f8659aa71847320db8f3a66c8ff2f55 make uci_file_commit() static --- diff --git a/file.c b/file.c index af42a37..5ab50a9 100644 --- a/file.c +++ b/file.c @@ -675,7 +675,7 @@ static char *uci_config_path(struct uci_context *ctx, const char *name) return filename; } -void uci_file_commit(struct uci_context *ctx, struct uci_package **package, bool overwrite) +static void uci_file_commit(struct uci_context *ctx, struct uci_package **package, bool overwrite) { struct uci_package *p = *package; FILE *f = NULL;