update versioning
diff --git a/nlsr.h b/nlsr.h
index c491089..803e6b8 100644
--- a/nlsr.h
+++ b/nlsr.h
@@ -12,7 +12,8 @@
 
 struct ndn_neighbor
 {
-	struct name_prefix *neighbor;
+	//struct name_prefix *neighbor;
+	struct ccn_charbuf *neighbor;
 	int face;
 	int status;
 	long int last_lsdb_version;