Update in nlsr
diff --git a/nlsr.h b/nlsr.h
index 2b15b8b..251cf23 100644
--- a/nlsr.h
+++ b/nlsr.h
@@ -4,6 +4,12 @@
 #define LSA_ADJ_TYPE 1
 #define LSA_NAME_TYPE 2
 
+struct name_prefix
+{
+	char *name;
+	int length;
+};
+
 struct nlsr
 {