summaryrefslogtreecommitdiff
path: root/isisd/isis_events.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-09-10 20:48:21 +0000
committerhasso <hasso>2004-09-10 20:48:21 +0000
commitf390d2c7839c04100e4de8246215ce10ea96b653 (patch)
tree9910d250bfb6605d44e7104ef786ba0c84ddb01a /isisd/isis_events.h
parentf3f27f60fdfc81fce2944ee89087417b04935663 (diff)
Indentation only. No any functional changes.
Diffstat (limited to 'isisd/isis_events.h')
-rw-r--r--isisd/isis_events.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/isisd/isis_events.h b/isisd/isis_events.h
index 75dd92e8..a6ec2e8c 100644
--- a/isisd/isis_events.h
+++ b/isisd/isis_events.h
@@ -31,14 +31,15 @@ void isis_event_area_addr_change (struct isis_area *area);
/*
* Events related to circuit
*/
-void isis_event_circuit_state_change (struct isis_circuit *circuit, int state);
-void isis_event_circuit_type_change (struct isis_circuit *circuit,
- int newtype);
+void isis_event_circuit_state_change (struct isis_circuit *circuit,
+ int state);
+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);
+void isis_event_adjacency_state_change (struct isis_adjacency *adj,
+ int newstate);
int isis_event_dis_status_change (struct thread *thread);
@@ -48,7 +49,7 @@ int isis_event_dis_status_change (struct thread *thread);
#define AUTH_ERROR_TYPE_LSP 3
#define AUTH_ERROR_TYPE_SNP 2
#define AUTH_ERROR_TYPE_HELLO 1
-void isis_event_auth_failure (char *area_tag, char *error_string, char *sysid);
+void isis_event_auth_failure (char *area_tag, char *error_string,
+ char *sysid);
#endif /* _ZEBRA_ISIS_EVENTS_H */
-