diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-01-26 14:16:49 -0800 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-01-26 14:16:49 -0800 |
commit | e2022fecd97f3088dc489bc61fad38c012623b7f (patch) | |
tree | 5c92d805fca32ef8f475fc4baf82e79d62d34c10 /src | |
parent | 1941ce858983749d737b609f918410c33fc98e9b (diff) | |
download | vyatta-cfg-e2022fecd97f3088dc489bc61fad38c012623b7f.tar.gz vyatta-cfg-e2022fecd97f3088dc489bc61fad38c012623b7f.zip |
expose new cli functions in cfg library.
Diffstat (limited to 'src')
-rw-r--r-- | src/common/unionfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/unionfs.c b/src/common/unionfs.c index e325058..1d9cbe8 100644 --- a/src/common/unionfs.c +++ b/src/common/unionfs.c @@ -8,7 +8,7 @@ #include "common/defs.h" #include "common/unionfs.h" -extern boolean g_debug; +boolean g_debug; extern vtw_path m_path; extern vtw_path t_path; |