aboutsummaryrefslogtreecommitdiffstats
path: root/get-contact-chats.c
blob: fecb1527f4325633c13d2ebc0b0ecb462e636599 (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('C', "C", 'c', "c", context, "context")\
	X('S', "S", 's', "s", service, "service")\
	X('A', "A", 'a', "a", address, "address")

#include "common.h"
IMPLEMENT_GET_ON_LIST(chat)