From fa0b37fcb7e6e77aaa8aebccb67ff5667bc0d093 Mon Sep 17 00:00:00 2001 From: phintuka Date: Thu, 13 Nov 2008 22:46:23 +0000 Subject: return values --- xine_frontend.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xine_frontend.h b/xine_frontend.h index b28062e5..33b63812 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.13 2008-11-13 21:37:50 phintuka Exp $ + * $Id: xine_frontend.h,v 1.14 2008-11-13 22:46:23 phintuka Exp $ * */ @@ -55,6 +55,10 @@ struct frontend_config_s { #define FE_XINE_ERROR -1 #define FE_XINE_EXIT 1 +/* return values */ +#define FE_OK 1 +#define FE_ERROR 0 + struct frontend_s { /* Display */ int (*fe_display_open)(frontend_t*, int winwidth, int winheight, -- cgit v1.2.3