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

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

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

G_BEGIN_DECLS

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

void emp_cli_init (void);

G_END_DECLS

#endif