blob: b19c027fc56d314492f38276b97e480c9b187691 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* See LICENSE file for copyright and license details. */
#define CATEGORY sites
#define LIST_PARAMS(X)\
X('c', "c", context, "context")
#include "common.h"
IMPLEMENT_FIND_ON_LIST(site, address, "address")
|