Deep Cleaning Routing Table, NPT, Map
diff --git a/nlsr_npt.h b/nlsr_npt.h
index 8d54828..ecb6bda 100644
--- a/nlsr_npt.h
+++ b/nlsr_npt.h
@@ -26,5 +26,8 @@
void sort_faces_by_distance(int *faces,int *route_costs,int start,int element);
void update_ccnd_fib_for_orig_router(char *orig_router);
void get_all_faces_for_orig_router_from_npt(char *orig_router, int *faces, int *route_costs, int num_faces);
+void destroy_name_list(struct hashtb *name_list);
+void destroy_face_list(struct hashtb *face_list);
+void destroy_npt(void);
#endif