diff options
author | hasso <hasso> | 2004-09-10 20:48:21 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-10 20:48:21 +0000 |
commit | f390d2c7839c04100e4de8246215ce10ea96b653 (patch) | |
tree | 9910d250bfb6605d44e7104ef786ba0c84ddb01a /isisd/isis_network.h | |
parent | f3f27f60fdfc81fce2944ee89087417b04935663 (diff) |
Indentation only. No any functional changes.
Diffstat (limited to 'isisd/isis_network.h')
-rw-r--r-- | isisd/isis_network.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_network.h b/isisd/isis_network.h index 7633f9e0..e1e10dfd 100644 --- a/isisd/isis_network.h +++ b/isisd/isis_network.h @@ -29,8 +29,8 @@ extern u_char ALL_L2_ISYSTEMS[]; int isis_sock_init (struct isis_circuit *circuit); -int isis_recv_pdu_bcast (struct isis_circuit *circuit, u_char *ssnpa); -int isis_recv_pdu_p2p (struct isis_circuit *circuit, u_char *ssnpa); +int isis_recv_pdu_bcast (struct isis_circuit *circuit, u_char * ssnpa); +int isis_recv_pdu_p2p (struct isis_circuit *circuit, u_char * ssnpa); int isis_send_pdu_bcast (struct isis_circuit *circuit, int level); int isis_send_pdu_p2p (struct isis_circuit *circuit, int level); |