summaryrefslogtreecommitdiff
path: root/src/cparse/cparse.hpp
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-11-15 20:43:53 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2010-11-15 20:43:53 -0800
commit239bed10328b12736e4f0fe55cc6df4ff46227a7 (patch)
treefa38a97d8d82a60ba66e7d4d6953e01213df7f58 /src/cparse/cparse.hpp
parent58ca1cd7f857b8cde91c063ccdda1b661c29e278 (diff)
downloadvyatta-cfg-239bed10328b12736e4f0fe55cc6df4ff46227a7.tar.gz
vyatta-cfg-239bed10328b12736e4f0fe55cc6df4ff46227a7.zip
continue config file parser work
Diffstat (limited to 'src/cparse/cparse.hpp')
-rw-r--r--src/cparse/cparse.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cparse/cparse.hpp b/src/cparse/cparse.hpp
index 0729416..5751d64 100644
--- a/src/cparse/cparse.hpp
+++ b/src/cparse/cparse.hpp
@@ -22,7 +22,7 @@
namespace cparse {
-int parse_file(FILE *fin, Cstore& cs);
+cnode::CfgNode *parse_file(FILE *fin, Cstore& cs);
} // namespace cparse