--- trunk/OOPSE-4/src/utils/physmem.h 2005/02/15 05:05:33 2024 +++ trunk/OOPSE-4/src/utils/physmem.h 2008/01/23 21:23:15 3327 @@ -5,11 +5,11 @@ extern "C" { extern "C" { #endif -/** Return the total amount of physical memory. */ -double physmem_total (); + /** Return the total amount of physical memory. */ + double physmem_total (void); -/** Return the amount of physical memory available. */ -double physmem_available (); + /** Return the amount of physical memory available. */ + double physmem_available (void); #ifdef __cplusplus }