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