[−][src]Function sequoia_ffi::store::sq_store_list_mappings
#[no_mangle]pub extern "C" fn sq_store_list_mappings(
ctx: *mut Context,
realm_prefix: *const c_char
) -> *mut MappingIter
Lists all mappings with the given prefix.
C Declaration
pgp_mapping_iter_t
sq_store_list_mappings (pgp_context_t ctx,
const char *realm_prefix);