add missing ending c++ blocks
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 14 Mar 2004 21:51:28 +0000 (21:51 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 14 Mar 2004 21:51:28 +0000 (21:51 +0000)
Original commit message from CVS:
add missing ending c++ blocks

gst/tcp/gsttcp.h
gst/tcp/gsttcpplugin.h

index abfe7ff..1a85d7a 100644 (file)
 #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__ */
index abfe7ff..1a85d7a 100644 (file)
 #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__ */