From a46a89fc1f8659aa71847320db8f3a66c8ff2f55 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 28 Dec 2010 18:14:39 +0100 Subject: [PATCH] make uci_file_commit() static --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0