LSDB Operation Complete - Refresh
diff --git a/nlsr_lsa.hpp b/nlsr_lsa.hpp
index a75f572..0f3e528 100644
--- a/nlsr_lsa.hpp
+++ b/nlsr_lsa.hpp
@@ -127,6 +127,10 @@
 		return noLink;
 	}
 
+	bool isLsaContentEqual(AdjLsa& alsa);
+	void addNptEntriesForAdjLsa(nlsr& pnlsr);
+	void removeNptEntriesForAdjLsa(nlsr& pnlsr);
+
 private:
 	uint32_t noLink;
 	Adl adl;
@@ -173,6 +177,8 @@
 	void setCorTheta(double ct){
 		corTheta=ct;
 	}
+
+	bool isLsaContentEqual(CorLsa& clsa);
 private:
 	double corRad;
 	double corTheta;