Overview   API Reference  

config_parse.hpp

00001 #if !defined(__CONFIG_PARSE_HPP__)
00002 #define __CONFIG_PARSE_HPP__
00003 
00004 //
00005 // local includes
00006 //
00007 #include "config_node.hpp"
00008 
00009 void config_setup_input(const char *input, int size);
00010 config_node *config_parse(void);
00011 config_node *config_parse(const char *input, int size);
00012 
00013 #endif
00014 
00015 // ***** end of source ***** //
00016 

L4vmm Reference Manual, written by Mario Schwalbe  © 2006-2008