00001 #ifndef PROPERTIES_IMPL_BOOST_H_ 00002 #define PROPERTIES_IMPL_BOOST_H_ 00003 00004 #include <util/config.h> 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 Property_Manager * properties_impl_boost_instance(); 00011 void properties_impl_boost_file(Properties * props, const char * filename); 00012 void properties_impl_boost_args(Properties * props, char **argv, int argc); 00013 00014 #ifdef __cplusplus 00015 } 00016 #endif 00017 00018 #endif /* PROPERTIES_IMPL_BOOST_H_ */