commit | e6f98a16e761d25c97ff518ab3cf98c67ded5ab3 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Fri Feb 22 10:33:26 2013 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Fri Feb 22 10:33:26 2013 -0600 |
tree | 6759f76e7dbc8fb4583371ecf398cfdddaabfbf9 | |
parent | b31caa1e62525c68dcc171e8209789a1f59c9b85 [diff] [blame] |
Deep Cleaning ADL, NPL
diff --git a/nlsr_npl.h b/nlsr_npl.h index 4fce119..865bfcd 100644 --- a/nlsr_npl.h +++ b/nlsr_npl.h
@@ -12,4 +12,6 @@ int does_name_exist_in_npl(struct name_prefix *np); void update_nlsa_id_for_name_in_npl(struct name_prefix *np, long int nlsa_id); long int get_lsa_id_from_npl(struct name_prefix *np); +void destroy_npl(void); +void destroy_npl_entry_component(struct name_prefix_list_entry *npe); #endif