Skip to content

Commit

Permalink
make uci_file_commit() static
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Fietkau committed Dec 28, 2010
1 parent 7115636 commit a46a89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a46a89f

Please sign in to comment.