akmhoque | 8a5babe | 2012-08-16 17:39:33 -0500 | [diff] [blame^] | 1 | #ifndef _NLSR_ADL_H_ |
2 | #define _NLSR_ADL_H_ | ||||
3 | |||||
4 | void add_adjacent_to_adl(struct ndn_neighbor *nbr); | ||||
5 | void print_adjacent_from_adl(void); | ||||
6 | void update_adjacent_status_to_adl(struct ccn_charbuf *nbr, int status); | ||||
7 | void update_adjacent_lsdb_version_to_adl(struct ccn_charbuf *nbr, char *version); | ||||
8 | |||||
9 | #endif |