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

#define LIST_PARAMS(X)\
	X('C', "C", 'c', "c", context, "context")\
	X('N', "N", 'n', "n", number, "number")

#define LIST_BOOL_PARAMS(X)\
	X('F', "F", 'f', "f", facsimile, "facsimile")\
	X('M', "M", 'm', "m", mobile, "mobile")

#include "common.h"
IMPLEMENT_SET_ON_LIST(number)