diff options
Diffstat (limited to 'src/input/libdvdnav/vm.h')
-rw-r--r-- | src/input/libdvdnav/vm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libdvdnav/vm.h b/src/input/libdvdnav/vm.h index de5426611..07c822d13 100644 --- a/src/input/libdvdnav/vm.h +++ b/src/input/libdvdnav/vm.h @@ -19,7 +19,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: vm.h,v 1.10 2003/07/19 13:04:03 mroi Exp $ + * $Id: vm.h,v 1.11 2004/10/05 19:07:10 hadess Exp $ * */ @@ -127,7 +127,7 @@ ifo_handle_t *vm_get_vtsi(vm_t *vm); dvd_reader_t *vm_get_dvd_reader(vm_t *vm); /* Basic Handling */ -void vm_start(vm_t *vm); +int vm_start(vm_t *vm); void vm_stop(vm_t *vm); int vm_reset(vm_t *vm, const char *dvdroot); |