summaryrefslogtreecommitdiff
path: root/xine_frontend.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-12-29 13:45:54 +0000
committerphintuka <phintuka>2009-12-29 13:45:54 +0000
commit53aefa845cd85815781a1d9e06752ba930eaf1c0 (patch)
tree2552c4c2d5439f0c7decae2845d62b465c9a7175 /xine_frontend.h
parent6bae6cbbcfdac807f853df120fcbf9446f1e6542 (diff)
downloadxineliboutput-53aefa845cd85815781a1d9e06752ba930eaf1c0.tar.gz
xineliboutput-53aefa845cd85815781a1d9e06752ba930eaf1c0.tar.bz2
Added shutdown_init() fonction pointer and related data
Diffstat (limited to 'xine_frontend.h')
-rw-r--r--xine_frontend.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xine_frontend.h b/xine_frontend.h
index f588dc04..2deb4e1e 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.19 2009-05-31 16:51:25 phintuka Exp $
+ * $Id: xine_frontend.h,v 1.20 2009-12-29 13:45:54 phintuka Exp $
*
*/
@@ -92,6 +92,8 @@ struct frontend_s {
void (*xine_close)(frontend_t*);
void (*xine_exit)(frontend_t*);
+ void (*shutdown_init)(frontend_t*, const char *cmd, int timeout);
+
/* Execution control */
int (*fe_run)(frontend_t*);
void (*fe_interrupt)(frontend_t*);