aboutsummaryrefslogblamecommitdiffstats
path: root/get-contact-organisations.c
blob: dc5228e0301ce2f3f4e3fd30dcf32c0a776fd37c (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                         
                              
 


                                                            
 

                                   
/* See LICENSE file for copyright and license details. */
#define CATEGORY organisations

#define LIST_PARAMS(X)\
	X('O', "O", 'o', "o", organisation, "organisation")\
	X('T', "T", 't', "t", title, "title")

#include "common.h"
IMPLEMENT_GET_ON_LIST(organisation)