summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-13 20:53:08 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-13 20:53:08 +0000
commitff3df666125a96896d5c9567d1f585146e9f398d (patch)
tree7e29a7c3bf0ccea819e4ee13f527536d530677ec
parent0c427078c8e7b5b0c5d8333c3e620948f49dadea (diff)
downloadxine-lib-ff3df666125a96896d5c9567d1f585146e9f398d.tar.gz
xine-lib-ff3df666125a96896d5c9567d1f585146e9f398d.tar.bz2
re-add missing proto
CVS patchset: 3905 CVS date: 2003/01/13 20:53:08
-rw-r--r--include/xine.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 9834b46de..4908b7496 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -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: xine.h.in,v 1.55 2003/01/13 14:35:45 mroi Exp $
+ * $Id: xine.h.in,v 1.56 2003/01/13 20:53:08 f1rmb Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -648,6 +648,9 @@ void xine_register_log_cb (xine_t *self, xine_log_cb_t cb,
/* return last error */
int xine_get_error (xine_stream_t *stream);
+/* get current xine engine status (constants see below) */
+int xine_get_status (xine_stream_t *stream);
+
/*
* engine status codes
*/