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

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

#include "common.h"
IMPLEMENT_SET_ON_LIST(chat)