summaryrefslogtreecommitdiffstats
path: root/gst/librfb/rfbcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/librfb/rfbcontext.h')
-rw-r--r--gst/librfb/rfbcontext.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gst/librfb/rfbcontext.h b/gst/librfb/rfbcontext.h
index fb41aa0c..4c72bc65 100644
--- a/gst/librfb/rfbcontext.h
+++ b/gst/librfb/rfbcontext.h
@@ -3,9 +3,7 @@
#include <glib.h>
-G_BEGIN_DECLS
-
-typedef struct _RfbContext
+G_BEGIN_DECLS typedef struct _RfbContext
{
RfbConnection *connection;
@@ -34,5 +32,4 @@ typedef struct _RfbRect
} RfbRect;
G_END_DECLS
-
#endif