diff options
author | hasso <hasso> | 2005-01-18 13:53:33 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-01-18 13:53:33 +0000 |
commit | 92365889d1f856f323af452bad76f54c15ccdf45 (patch) | |
tree | b2f01cd133b1f185d5d3e3c7f088310ff9aff621 /isisd/isis_events.c | |
parent | 6f2c27af2189794187e4c30ee70fcb9cc6cb1a3b (diff) |
* *.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 cd30ee42..66d694f6 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; |