From e1129d2516a423537d932f40770e12b26ffc9b02 Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Sat, 3 Aug 2019 20:09:32 -0400 Subject: [PATCH] validate: add missing G_BEGIN/END_DECLS in validate.h --- validate/gst/validate/validate.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/validate/gst/validate/validate.h b/validate/gst/validate/validate.h index ba43cb8..043b56b 100644 --- a/validate/gst/validate/validate.h +++ b/validate/gst/validate/validate.h @@ -18,6 +18,8 @@ #include #include +G_BEGIN_DECLS + GST_VALIDATE_API void gst_validate_init (void); GST_VALIDATE_API @@ -27,4 +29,6 @@ GList * gst_validate_plugin_get_config (GstPlugin * plugin); GST_VALIDATE_API gboolean gst_validate_is_initialized (void); +G_END_DECLS + #endif /* _GST_VALIDATE_H */ -- 2.7.4