From d0d77ed5f482784ff2d4d9064dabe1648e79288e Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 8 Mar 2025 12:51:53 -0500 Subject: [PATCH] related comments were not updated with parameters --- src/hacklib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hacklib.c b/src/hacklib.c index 5b61c21ea..1fb76c37a 100644 --- a/src/hacklib.c +++ b/src/hacklib.c @@ -45,9 +45,9 @@ const char * ordin (int) char * sitoa (int) int sgn (int) - int distmin (int, int, int, int) - int dist2 (int, int, int, int) - boolean online2 (int, int) + int distmin (coordxy, coordxy, coordxy, coordxy) + int dist2 (coordxy, coordxy, coordxy, coordxy) + boolean online2 (coordxy, coordxy) int strncmpi (const char *, const char *, int) char * strstri (const char *, const char *) boolean fuzzymatch (const char *, const char *,