changeset 209:80078f2c53f6 src

this function actually has (void) parameters, not (...)
author mroi
date Fri, 27 Jun 2003 13:41:42 +0000
parents cd877501ba27
children e8d264bda65e
files vm.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vm.h	Tue Jun 10 15:11:18 2003 +0000
+++ b/vm.h	Fri Jun 27 13:41:42 2003 +0000
@@ -116,7 +116,7 @@
 #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 */