aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/routerset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/nodelist/routerset.h')
-rw-r--r--src/feature/nodelist/routerset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/nodelist/routerset.h b/src/feature/nodelist/routerset.h
index 9d184c9852..f3bf4a1f7c 100644
--- a/src/feature/nodelist/routerset.h
+++ b/src/feature/nodelist/routerset.h
@@ -45,7 +45,7 @@ void routerset_free_(routerset_t *routerset);
int routerset_len(const routerset_t *set);
struct var_type_def_t;
-extern const struct var_type_def_t routerset_type_defn;
+extern const struct var_type_def_t ROUTERSET_type_defn;
#ifdef ROUTERSET_PRIVATE
#include "lib/container/bitarray.h"