Original commit message from CVS:
add missing ending c++ blocks
#define __GST_TCP_H__
#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+extern "C"
+{
+#endif /* __cplusplus */
+
+ typedef enum
+ {
+ CONTROL_ZERO,
+ CONTROL_NONE,
+ CONTROL_TCP
+ } Gst_TCP_Control;
-typedef enum {
- CONTROL_ZERO,
- CONTROL_NONE,
- CONTROL_TCP
-} Gst_TCP_Control;
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
-#endif
+#endif /* __GST_TCP_H__ */
#define __GST_TCP_H__
#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+extern "C"
+{
+#endif /* __cplusplus */
+
+ typedef enum
+ {
+ CONTROL_ZERO,
+ CONTROL_NONE,
+ CONTROL_TCP
+ } Gst_TCP_Control;
-typedef enum {
- CONTROL_ZERO,
- CONTROL_NONE,
- CONTROL_TCP
-} Gst_TCP_Control;
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
-#endif
+#endif /* __GST_TCP_H__ */