blob: 9b9d4b26ff38008fef87fc9b6df11c2567a166f2 [file] [log] [blame]
use *;
extern "C" {
pub fn NCONF_new(meth: *mut CONF_METHOD) -> *mut CONF;
pub fn NCONF_default() -> *mut CONF_METHOD;
pub fn NCONF_free(conf: *mut CONF);
}