strings.c
changeset 410 0efd84450b01
parent 395 788a9bba0889
child 425 97d601c182f0
--- a/strings.c	Sun Nov 14 18:20:40 2004 +0000
+++ b/strings.c	Sun Nov 14 19:44:06 2004 +0000
@@ -186,7 +186,7 @@
 	return result;
 }
 
-int64 GetParamInt64()
+static int64 GetParamInt64()
 {
 	int64 result = GET_DPARAM32(0) + ((uint64)GET_DPARAM32(1) << 32);
 	memcpy_overlapping(&_decode_parameters[0], &_decode_parameters[2], sizeof(uint32) * (lengthof(_decode_parameters)-2));