aboutsummaryrefslogblamecommitdiffstats
path: root/find-contact-by-chat.c
blob: 67ebfd1ce28c343aac03a1f7ad428c1f190a4ac8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                         

                           
 


                                        
 

                                                
/* See LICENSE file for copyright and license details. */
#define CATEGORY chats
#define SUBCATEGORY service

#define LIST_PARAMS(X)\
	X('c', "c", context, "context")\
	X('s', "s", service, "service")

#include "common.h"
IMPLEMENT_FIND_ON_LIST(chat, address, "address")