diff options
author | Michael Larson <mike@vyatta.com> | 2011-01-06 16:52:01 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2011-01-11 16:39:32 -0800 |
commit | 08130814f16f30c634979a36ad228da555ce776a (patch) | |
tree | 4206351b9382f55691d547b05163ace0d67a3ebe /src/cli_val.h | |
parent | 1b009e7bb02e0737d7c4461caea7ba229f851375 (diff) | |
download | vyatta-cfg-08130814f16f30c634979a36ad228da555ce776a.tar.gz vyatta-cfg-08130814f16f30c634979a36ad228da555ce776a.zip |
use the old interface rather than call unlink directly.
(cherry picked from commit 3246881725b219e532464a0191d074e9f02cba23)
Diffstat (limited to 'src/cli_val.h')
-rw-r--r-- | src/cli_val.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_val.h b/src/cli_val.h index 7f1f512..022f794 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -127,6 +127,7 @@ void mark_paths(vtw_mark *markp); void restore_paths(vtw_mark *markp); extern int get_config_lock(void); +extern void release_config_lock(void); #define VTWERR_BADPATH -2 #define VTWERR_OK 0 |