summaryrefslogtreecommitdiff
path: root/src/cli_new.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli_new.c')
-rw-r--r--src/cli_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_new.c b/src/cli_new.c
index 2db7996..f746b7f 100644
--- a/src/cli_new.c
+++ b/src/cli_new.c
@@ -330,7 +330,7 @@ void di(vtw_sorted *srtp)
#define LOCK_FILE "/opt/vyatta/config/.lock"
#define COMMIT_CMD "/opt/vyatta/sbin/my_commit"
-static void
+void
release_config_lock()
{
unlink(LOCK_FILE);