aboutsummaryrefslogtreecommitdiffstats
path: root/get-contact-pgpkeys.c
blob: 28586d029a5bd0aee20dfd0e365f972175294f8f (plain) (blame)
1
2
3
4
5
6
7
8
9
/* See LICENSE file for copyright and license details. */
#define CATEGORY pgpkeys

#define LIST_PARAMS(X)\
	X('C', "C", 'c', "c", context, "context")\
	X('F', "F", 'f', "f", id, "fingerprint")

#include "common.h"
IMPLEMENT_GET_ON_LIST(pgpkey)