Compare commits
1 commit
master
...
morganamil
Author | SHA1 | Date | |
---|---|---|---|
![]() |
05a6726503 |
1 changed files with 2 additions and 2 deletions
|
@ -481,7 +481,7 @@ typedef struct _alpm_siglist_t {
|
|||
* Check the PGP signature for the given package file.
|
||||
* @param pkg the package to check
|
||||
* @param siglist a pointer to storage for signature results
|
||||
* @return 0 if valid, -1 if an error occurred or signature is invalid
|
||||
* @return 0 on success, -1 if an error occurred or signature is missing
|
||||
*/
|
||||
int alpm_pkg_check_pgp_signature(alpm_pkg_t *pkg, alpm_siglist_t *siglist);
|
||||
|
||||
|
@ -489,7 +489,7 @@ int alpm_pkg_check_pgp_signature(alpm_pkg_t *pkg, alpm_siglist_t *siglist);
|
|||
* Check the PGP signature for the given database.
|
||||
* @param db the database to check
|
||||
* @param siglist a pointer to storage for signature results
|
||||
* @return 0 if valid, -1 if an error occurred or signature is invalid
|
||||
* @return 0 on success, -1 if an error occurred or signature is missing
|
||||
*/
|
||||
int alpm_db_check_pgp_signature(alpm_db_t *db, alpm_siglist_t *siglist);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue