diff options
author | hasso <hasso> | 2005-01-18 14:53:33 +0100 |
---|---|---|
committer | hasso <hasso> | 2005-01-18 14:53:33 +0100 |
commit | 92365889d1f856f323af452bad76f54c15ccdf45 (patch) | |
tree | b2f01cd133b1f185d5d3e3c7f088310ff9aff621 /isisd/isis_events.c | |
parent | * interface.c: Better statistics output in "show interface" command in (diff) | |
download | frr-92365889d1f856f323af452bad76f54c15ccdf45.tar.xz frr-92365889d1f856f323af452bad76f54c15ccdf45.zip |
* *.c: Changed many functions to static. Some commented out
functions and some tiny related fixes. No functional changes.
Diffstat (limited to 'isisd/isis_events.c')
-rw-r--r-- | isisd/isis_events.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_events.c b/isisd/isis_events.c index cd30ee420..66d694f60 100644 --- a/isisd/isis_events.c +++ b/isisd/isis_events.c @@ -143,7 +143,7 @@ isis_event_area_addr_change (struct isis_area *area) } -void +static void circuit_commence_level (struct isis_circuit *circuit, int level) { if (level == 1) @@ -186,7 +186,7 @@ circuit_commence_level (struct isis_circuit *circuit, int level) return; } -void +static void circuit_resign_level (struct isis_circuit *circuit, int level) { int idx = level - 1; |