]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isis_events.h
isisd: retrofit the 'max-lsp-lifetime' command
[mirror_frr.git] / isisd / isis_events.h
index c3d8cf046fa6b40396fa3660e03596702c2b25e4..25643f4ededc57f2c8af1122b8eae56e14b14f77 100644 (file)
@@ -31,9 +31,6 @@ void isis_event_circuit_type_change(struct isis_circuit *circuit, int newtype);
 /*
  * Events related to adjacencies
  */
-void isis_event_adjacency_state_change(struct isis_adjacency *adj,
-                                      int newstate);
-
 int isis_event_dis_status_change(struct thread *thread);
 
 /*