[vino] Add vino-types.h to allow multi inclusion



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]