summaryrefslogtreecommitdiff
path: root/extensions/extensions.h
blob: 7f2bc3a41274b00564163260d745ff097685fbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _TPL_EXTENSIONS_H
#define _TPL_EXTENSIONS_H

#include <telepathy-glib/telepathy-glib.h>

#include "_gen/enums.h"
#include "_gen/cli-misc.h"
#include "_gen/svc-misc.h"

G_BEGIN_DECLS

#include "_gen/gtypes.h"
#include "_gen/interfaces.h"

G_END_DECLS

void tpl_cli_init (void);

#endif /* _TPL_EXTENSIONS_H */