-/* $OpenBSD: rde.c,v 1.23 2021/01/19 10:18:56 claudio Exp $ */
+/* $OpenBSD: rde.c,v 1.24 2021/01/19 10:20:47 claudio Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
#define MINIMUM(a, b) (((a) < (b)) ? (a) : (b))
struct ripd_conf *rdeconf = NULL;
-struct imsgev *iev_ripe;
-struct imsgev *iev_main;
+static struct imsgev *iev_ripe;
+static struct imsgev *iev_main;
void rde_sig_handler(int, short, void *);
__dead void rde_shutdown(void);
-/* $OpenBSD: ripd.c,v 1.34 2021/01/19 10:18:56 claudio Exp $ */
+/* $OpenBSD: ripd.c,v 1.35 2021/01/19 10:20:47 claudio Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
int pipe_ripe2rde[2];
struct ripd_conf *conf = NULL;
-struct imsgev *iev_ripe;
-struct imsgev *iev_rde;
+static struct imsgev *iev_ripe;
+static struct imsgev *iev_rde;
pid_t ripe_pid = 0;
pid_t rde_pid = 0;
-/* $OpenBSD: ripe.c,v 1.29 2021/01/19 10:18:56 claudio Exp $ */
+/* $OpenBSD: ripe.c,v 1.30 2021/01/19 10:20:47 claudio Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
__dead void ripe_shutdown(void);
struct ripd_conf *oeconf = NULL;
-struct imsgev *iev_main;
-struct imsgev *iev_rde;
+static struct imsgev *iev_main;
+static struct imsgev *iev_rde;
/* ARGSUSED */
void