diff vm.h @ 167:e9987c07e255 src

some code beautification: * rename vm_resume to vm_jump_resume for consistency's sake * functions in vm.c do not return dvdnav_status_t, but simple C boolean (that is 1 or 0) * set the pgcN for the first play PGC
author mroi
date Mon, 21 Apr 2003 13:24:31 +0000
parents 0fd70a257b44
children 071aee18f5aa
line wrap: on
line diff
--- a/vm.h	Mon Apr 21 13:18:06 2003 +0000
+++ b/vm.h	Mon Apr 21 13:24:31 2003 +0000
@@ -149,7 +149,7 @@
 int vm_jump_prev_pg(vm_t *vm);
 int vm_jump_up(vm_t *vm);
 int vm_jump_menu(vm_t *vm, DVDMenuID_t menuid);
-int vm_resume(vm_t *vm);
+int vm_jump_resume(vm_t *vm);
 int vm_exec_cmd(vm_t *vm, vm_cmd_t *cmd);
 
 /* getting information */