From ff3df666125a96896d5c9567d1f585146e9f398d Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 13 Jan 2003 20:53:08 +0000 Subject: re-add missing proto CVS patchset: 3905 CVS date: 2003/01/13 20:53:08 --- include/xine.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 */ -- cgit v1.2.3