[][src]Function cqdb_sys::cqdb_delete

pub unsafe extern "C" fn cqdb_delete(db: *mut cqdb_t)

Delete the CQDB reader.

This function frees the work area allocated by cqdb_reader() function.

@param db The pointer to the ::cqdb_t instance.