* memory_init: Added.
authortwisti <none@none>
Fri, 28 Oct 2005 11:34:55 +0000 (11:34 +0000)
committertwisti <none@none>
Fri, 28 Oct 2005 11:34:55 +0000 (11:34 +0000)
src/mm/memory.h

index b6d750c4726abc896265136ed7ab3e0382ae9612..51a610e724a2452715164a46350bc5cc89d41662 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: memory.h 3478 2005-10-21 13:07:58Z twisti $
+   $Id: memory.h 3515 2005-10-28 11:34:55Z twisti $
 
 */
 
@@ -162,6 +162,9 @@ struct dumpinfo {
 
 /* function prototypes ********************************************************/
 
+/* initializes the memory subsystem */
+bool memory_init(void);
+
 void *memory_cnew(s4 size);
 
 void *mem_alloc(s4 size);