blob: 5c47b59a643045d57e71a5a9121729d54d01b280 (
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/proxy.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 */
|