From 4dd33312feee6770621e7195a8ba94a6d7215be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 9 Feb 2005 22:31:05 +0000 Subject: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code Original commit message from CVS: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code --- gst-libs/gst/resample/private.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst-libs/gst/resample/private.h') diff --git a/gst-libs/gst/resample/private.h b/gst-libs/gst/resample/private.h index c2eb86ad..20339c17 100644 --- a/gst-libs/gst/resample/private.h +++ b/gst-libs/gst/resample/private.h @@ -23,6 +23,8 @@ #include "resample.h" +G_BEGIN_DECLS + void gst_resample_nearest_s16(gst_resample_t *r); void gst_resample_bilinear_s16(gst_resample_t *r); void gst_resample_sinc_s16(gst_resample_t *r); @@ -111,4 +113,6 @@ void conv_float_double_ref(float *dest, double *src, int n); void conv_double_float_dstr(double *dest, float *src, int n, int dstr); void conv_float_double_sstr(float *dest, double *src, int n, int sstr); +G_END_DECLS + #endif /* __PRIVATE_H__ */ -- cgit v1.2.1