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

#define LIST_PARAMS(X)\
	X('A', "A", 'a', "a", address, "address")\
	X('C', "C", 'c', "c", context, "context")

#include "common.h"
IMPLEMENT_SET_ON_LIST(site)