[vino] Add vino-types.h to allow multi inclusion
- From: Jonh Wendell <jwendell src gnome org>
- To: svn-commits-list gnome org
- Subject: [vino] Add vino-types.h to allow multi inclusion
- Date: Thu, 23 Jul 2009 19:18:17 +0000 (UTC)
commit 5e66682f400da815345e62fcc6df1be543e2b8be
Author: Arnaud Maillet <arnaud maillet collabora co uk>
Date: Fri Jul 17 15:51:36 2009 +0200
Add vino-types.h to allow multi inclusion
server/vino-types.h | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/server/vino-types.h b/server/vino-types.h
new file mode 100644
index 0000000..acbb2cb
--- /dev/null
+++ b/server/vino-types.h
@@ -0,0 +1,13 @@
+#ifndef __VINO_TYPES_H__
+#define __VINO_TYPES_H__
+
+#include "config.h"
+
+G_BEGIN_DECLS
+
+typedef struct _VinoServer VinoServer;
+typedef struct _VinoTubeServer VinoTubeServer;
+
+G_END_DECLS
+
+#endif
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]