diff options
Diffstat (limited to 'src/common/common.h')
-rw-r--r-- | src/common/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common.h b/src/common/common.h index c9cacc8..e3b7bdc 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -42,7 +42,7 @@ common_set_parent_context(char *cpath, char *dpath); * **/ void -common_commit_copy_to_live_config(char *path, boolean test_mode); +common_commit_copy_to_live_config(GNode *root_node, boolean test_mode); /** * |