check_ntp: delare file local variables static

This commit is contained in:
Lorenz Kästle 2024-11-08 12:35:27 +01:00
parent c7124379cd
commit e3efbb796a

View file

@ -47,10 +47,10 @@ static bool do_jitter = false;
static char *jwarn="5000";
static char *jcrit="10000";
int process_arguments (int, char **);
thresholds *offset_thresholds = NULL;
thresholds *jitter_thresholds = NULL;
void print_help (void);
static int process_arguments (int /*argc*/, char ** /*argv*/);
static thresholds *offset_thresholds = NULL;
static thresholds *jitter_thresholds = NULL;
static void print_help (void);
void print_usage (void);
/* number of times to perform each request to get a good average. */