summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-01-26 14:16:49 -0800
committerslioch <slioch@eng-140.vyatta.com>2009-01-26 14:16:49 -0800
commite2022fecd97f3088dc489bc61fad38c012623b7f (patch)
tree5c92d805fca32ef8f475fc4baf82e79d62d34c10 /src/common
parent1941ce858983749d737b609f918410c33fc98e9b (diff)
downloadvyatta-cfg-e2022fecd97f3088dc489bc61fad38c012623b7f.tar.gz
vyatta-cfg-e2022fecd97f3088dc489bc61fad38c012623b7f.zip
expose new cli functions in cfg library.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/unionfs.c2
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;