]> pilppa.org Git - uci.git/blobdiff - file.c
Merge remote branch 'uci_upstream_remote/master' into uci_upstream_merge
[uci.git] / file.c
diff --git a/file.c b/file.c
index 867984120b6c250b71e5a3a3f6436d13568cb71c..60946ef7d710cd76ad2aac939cd31ad6ad97a180 100644 (file)
--- 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;