1 use super::super::*; 2 3 extern "C" { NCONF_new(meth: *mut CONF_METHOD) -> *mut CONF4 pub fn NCONF_new(meth: *mut CONF_METHOD) -> *mut CONF; NCONF_default() -> *mut CONF_METHOD5 pub fn NCONF_default() -> *mut CONF_METHOD; NCONF_free(conf: *mut CONF)6 pub fn NCONF_free(conf: *mut CONF); 7 } 8