From 23a2d2c16a87dc8744b8307bded9fabb503dde13 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 24 Jun 2011 15:41:56 -0500 Subject: Make alpm_db_get_sigverify_level() public Signed-off-by: Dan McGee --- lib/libalpm/alpm.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/libalpm/alpm.h') diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index b702c030..76564271 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -382,6 +382,14 @@ int alpm_db_unregister_all(alpm_handle_t *handle); */ const char *alpm_db_get_name(const alpm_db_t *db); +/** Get the signature verification level for a database. + * Will return the default verification level if this database is set up + * with PM_PGP_VERIFY_UNKNOWN. + * @param db pointer to the package database + * @return the signature verification level + */ +pgp_verify_t alpm_db_get_sigverify_level(alpm_db_t *db); + /** Check the validity of a database. * This is most useful for sync databases and verifying signature status. * If invalid, the handle error code will be set accordingly. -- cgit v1.2.3