summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc.h b/misc.h
index 0f9bc13..2fe70aa 100644
--- a/misc.h
+++ b/misc.h
@@ -34,8 +34,8 @@ long randnum(long lngval);
*/
#include "nmglobal.h"
-int32 randwc(int32 num);
-u32 abs_randwc(u32 num);
-int32 randnum(int32 lngval);
+int32_t randwc(int32_t num);
+uint32_t abs_randwc(uint32_t num);
+int32_t randnum(int32_t lngval);