summaryrefslogtreecommitdiff
path: root/src/common/common.h
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-04-01 23:53:40 -0700
committerslioch <slioch@eng-140.vyatta.com>2009-04-01 23:53:40 -0700
commitde53434d1b22865d7cd1b0956ad1d648009cf750 (patch)
treef021aac4bc7fdbbcda6c5a18b980b816ae063cb0 /src/common/common.h
parent005e294fecf5ccb037021d67132d516f71f8aa24 (diff)
downloadvyatta-cfg-de53434d1b22865d7cd1b0956ad1d648009cf750.tar.gz
vyatta-cfg-de53434d1b22865d7cd1b0956ad1d648009cf750.zip
orphaned parent support
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common.h b/src/common/common.h
index e3b7bdc..06e3a9e 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -48,6 +48,6 @@ common_commit_copy_to_live_config(GNode *root_node, boolean test_mode);
*
**/
void
-common_commit_clean_temp_config(boolean test_mode);
+common_commit_clean_temp_config(GNode *root_node, boolean test_mode);
#endif //__COMMON_H__