summaryrefslogtreecommitdiff
path: root/extensions/extensions.h
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-03-06 13:32:09 +0000
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-03-06 13:32:09 +0000
commite9a1056e4da2e7cdf319eeea935e55522e40cd9a (patch)
tree6317e02c3799b35fa19650c5b8e85259bd4da76e /extensions/extensions.h
parent5a0004164c81f2743129328d2b266734b19c1a72 (diff)
Renamed source files consistently to the tpsip- prefix.
Ditto the intermediate library for extensions. WARNING: This patch breaks the build. A followup patch is needed to unbreak it. 20080306133209-5b6ca-82cc9b8b7f0da7113bb6cb7a9982b8353b5857fb.gz
Diffstat (limited to 'extensions/extensions.h')
-rw-r--r--extensions/extensions.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/extensions/extensions.h b/extensions/extensions.h
new file mode 100644
index 0000000..242a07f
--- /dev/null
+++ b/extensions/extensions.h
@@ -0,0 +1,20 @@
+#ifndef __SIP_EXTENSIONS_H__
+#define __SIP_EXTENSIONS_H__
+
+#include <glib-object.h>
+#include <telepathy-glib/channel.h>
+
+#include "extensions/_gen/enums.h"
+#include "extensions/_gen/cli-channel.h"
+#include "extensions/_gen/svc-channel.h"
+
+G_BEGIN_DECLS
+
+#include "extensions/_gen/gtypes.h"
+#include "extensions/_gen/interfaces.h"
+
+void sip_cli_init (void);
+
+G_END_DECLS
+
+#endif