summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-11-13 11:06:24 +0000
committerphintuka <phintuka>2008-11-13 11:06:24 +0000
commit91d36fbee25939b0a307ae4d56f903fdcebb91bb (patch)
treea8399255605d5ffd8e81fd7b6e13824ccbea8778
parent5ffd2db7ddaaf234dc7888fcf3eb397fd1debf86 (diff)
downloadxineliboutput-91d36fbee25939b0a307ae4d56f903fdcebb91bb.tar.gz
xineliboutput-91d36fbee25939b0a307ae4d56f903fdcebb91bb.tar.bz2
Added list_xine_plugins() prototype
-rw-r--r--xine_frontend.h5
1 files changed, 4 insertions, 1 deletions
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