tests/server: make all global vars/funcs static

Also merge `util.h` into `util.c`.

Closes #17671
This commit is contained in:
Viktor Szakats 2025-06-19 12:28:49 +02:00
parent 8e47c8a764
commit 9fc05357ef
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
13 changed files with 101 additions and 194 deletions

View file

@ -103,7 +103,6 @@
#include <curlx.h> /* from the private lib dir */
#include "inet_pton.h"
#include "util.h"
#include "timediff.h"
#include "warnless.h" /* for read() */