mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
add missing ending c++ blocks
Original commit message from CVS: add missing ending c++ blocks
This commit is contained in:
parent
9bcba871ea
commit
e9bef8b9bd
2 changed files with 28 additions and 16 deletions
|
@ -22,13 +22,19 @@
|
||||||
#define __GST_TCP_H__
|
#define __GST_TCP_H__
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C"
|
||||||
|
{
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
|
CONTROL_ZERO,
|
||||||
|
CONTROL_NONE,
|
||||||
|
CONTROL_TCP
|
||||||
|
} Gst_TCP_Control;
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
typedef enum {
|
#endif /* __GST_TCP_H__ */
|
||||||
CONTROL_ZERO,
|
|
||||||
CONTROL_NONE,
|
|
||||||
CONTROL_TCP
|
|
||||||
} Gst_TCP_Control;
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -22,13 +22,19 @@
|
||||||
#define __GST_TCP_H__
|
#define __GST_TCP_H__
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C"
|
||||||
|
{
|
||||||
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
typedef enum
|
||||||
|
{
|
||||||
|
CONTROL_ZERO,
|
||||||
|
CONTROL_NONE,
|
||||||
|
CONTROL_TCP
|
||||||
|
} Gst_TCP_Control;
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
typedef enum {
|
#endif /* __GST_TCP_H__ */
|
||||||
CONTROL_ZERO,
|
|
||||||
CONTROL_NONE,
|
|
||||||
CONTROL_TCP
|
|
||||||
} Gst_TCP_Control;
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in a new issue