From 5417fd756244c0ed51e8a40896e31fadf15cd870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 12 Feb 2005 18:30:46 +0000 Subject: It compiles again, yeah. CVS patchset: 7403 CVS date: 2005/02/12 18:30:46 --- src/xine-engine/plugin_catalog.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xine-engine/plugin_catalog.h b/src/xine-engine/plugin_catalog.h index e57410f13..d2ace0931 100644 --- a/src/xine-engine/plugin_catalog.h +++ b/src/xine-engine/plugin_catalog.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: plugin_catalog.h,v 1.17 2005/02/09 20:03:21 tmattern Exp $ + * $Id: plugin_catalog.h,v 1.18 2005/02/12 18:30:46 valtri Exp $ * * xine-internal header: Definitions for plugin lists * @@ -83,6 +83,9 @@ struct plugin_catalog_s { char *prio_desc[DECODER_MAX]; pthread_mutex_t lock; + + int plugin_count; + int decoder_count; }; typedef struct plugin_catalog_s plugin_catalog_t; -- cgit v1.2.3