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 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 */ |