aboutsummaryrefslogblamecommitdiffstats
path: root/get-contact-sites.c
blob: ae1356a65231fe232820b7496fadf815b1f12d99 (plain) (tree)
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('C', "C", 'c', "c", context, "context")\
	X('A', "A", 'a', "a", address, "address")

#include "common.h"
IMPLEMENT_GET_ON_LIST(site)