summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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