From 1b23ad7e208929b8b99e37de64282f74070f37b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 26 Sep 2006 05:19:47 +0000 Subject: Use protected visibility for all the functions exported by libxine.so, so that their binding is local to the library (has a similar effect to -Bsymbolic, but will work better with hidden visibility enabled, that is step two). CVS patchset: 8289 CVS date: 2006/09/26 05:19:47 --- src/xine-engine/xine_plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/xine_plugin.h') diff --git a/src/xine-engine/xine_plugin.h b/src/xine-engine/xine_plugin.h index df914a3f1..f55c5be63 100644 --- a/src/xine-engine/xine_plugin.h +++ b/src/xine-engine/xine_plugin.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_plugin.h,v 1.20 2006/06/15 14:14:09 dgp85 Exp $ + * $Id: xine_plugin.h,v 1.21 2006/09/26 05:19:49 dgp85 Exp $ * * generic plugin definitions * @@ -103,6 +103,6 @@ typedef struct { * }; * */ -void xine_register_plugins(xine_t *self, plugin_info_t *info); +void xine_register_plugins(xine_t *self, plugin_info_t *info) XINE_PROTECTED; #endif -- cgit v1.2.3