From 91d36fbee25939b0a307ae4d56f903fdcebb91bb Mon Sep 17 00:00:00 2001 From: phintuka Date: Thu, 13 Nov 2008 11:06:24 +0000 Subject: Added list_xine_plugins() prototype --- xine_frontend.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xine_frontend.h b/xine_frontend.h index b396df9a..48eb7aa6 100644 --- a/xine_frontend.h +++ b/xine_frontend.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.h,v 1.10 2008-11-12 10:51:22 rofafor Exp $ + * $Id: xine_frontend.h,v 1.11 2008-11-13 11:06:24 phintuka Exp $ * */ @@ -97,6 +97,9 @@ struct frontend_s { typedef frontend_t *(*fe_creator_f)(void); +void list_xine_plugins(frontend_t *fe, int verbose); + + #ifdef __cplusplus } /* extern "C" { */ #endif -- cgit v1.2.3