From 2f96067fe71e796e9da378620ad16a9f94a7b8ac Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 18 Oct 2011 22:46:50 +0200 Subject: change gpg import message to resemble gpg --list-keys Dan: const pointers, don't worry about bitfields. Signed-off-by: Florian Pritz Signed-off-by: Dan McGee --- lib/libalpm/alpm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libalpm/alpm.h') diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 9b2d8a92..f25d4c44 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -226,6 +226,8 @@ typedef struct _alpm_pgpkey_t { char *email; alpm_time_t created; alpm_time_t expires; + unsigned int length; + unsigned int revoked; } alpm_pgpkey_t; /** Signature result. Contains the key, status, and validity of a given -- cgit v1.2.3-24-g4f1b