Shortest Path Calculation and Fib Manipulation
diff --git a/nlsr_ndn.h b/nlsr_ndn.h
index 4932fb6..1feab1e 100644
--- a/nlsr_ndn.h
+++ b/nlsr_ndn.h
@@ -23,6 +23,8 @@
void process_incoming_timed_out_interest(struct ccn_closure* selfp, struct ccn_upcall_info* info);
void process_incoming_timed_out_interest_info(struct ccn_closure* selfp, struct ccn_upcall_info* info);
+void process_incoming_timed_out_interest_lsdb(struct ccn_closure* selfp, struct ccn_upcall_info* info);
+void process_incoming_timed_out_interest_lsa(struct ccn_closure* selfp, struct ccn_upcall_info* info);
int send_info_interest(struct ccn_schedule *sched, void *clienth, struct ccn_scheduled_event *ev, int flags);
void send_info_interest_to_neighbor(struct name_prefix *nbr);