blob: c80827dd0383685aeafc74a693180b0ecd7e05b2 (
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 "telepathy-logger/extensions/_gen/enums.h"
#include "telepathy-logger/extensions/_gen/cli-misc.h"
#include "telepathy-logger/extensions/_gen/svc-misc.h"
G_BEGIN_DECLS
#include "telepathy-logger/extensions/_gen/gtypes.h"
#include "telepathy-logger/extensions/_gen/interfaces.h"
G_END_DECLS
void tpl_cli_init (void);
#endif /* _TPL_EXTENSIONS_H */
|