summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/vm.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-07-19 13:04:03 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-07-19 13:04:03 +0000
commitd4c67c092ddcbef7ded5295f67701baa850ca533 (patch)
tree114fb3abca6ae7d1d8fdfa5d1e5da7bf02b0dbdb /src/input/libdvdnav/vm.h
parentfab88fe9e4731aef2c371fb33522c4a8d114c1a7 (diff)
downloadxine-lib-d4c67c092ddcbef7ded5295f67701baa850ca533.tar.gz
xine-lib-d4c67c092ddcbef7ded5295f67701baa850ca533.tar.bz2
sync libdvdnav
CVS patchset: 5187 CVS date: 2003/07/19 13:04:03
Diffstat (limited to 'src/input/libdvdnav/vm.h')
-rw-r--r--src/input/libdvdnav/vm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libdvdnav/vm.h b/src/input/libdvdnav/vm.h
index c289ddb3a..de5426611 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.9 2003/04/29 21:55:54 jcdutton Exp $
+ * $Id: vm.h,v 1.10 2003/07/19 13:04:03 mroi Exp $
*
*/
@@ -116,7 +116,7 @@ typedef struct {
#define PTL_REG registers.SPRM[13]
/* Initialisation & destruction */
-vm_t *vm_new_vm();
+vm_t *vm_new_vm(void);
void vm_free_vm(vm_t *vm);
/* IFO access */