commit | 92365889d1f856f323af452bad76f54c15ccdf45 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Tue Jan 18 13:53:33 2005 +0000 |
committer | hasso <hasso> | Tue Jan 18 13:53:33 2005 +0000 |
tree | b2f01cd133b1f185d5d3e3c7f088310ff9aff621 | |
parent | 6f2c27af2189794187e4c30ee70fcb9cc6cb1a3b [diff] [blame] |
* *.c: Changed many functions to static. Some commented out functions and some tiny related fixes. No functional changes.
diff --git a/isisd/isis_dr.c b/isisd/isis_dr.c index e33e78b..4eadc9c 100644 --- a/isisd/isis_dr.c +++ b/isisd/isis_dr.c
@@ -103,7 +103,7 @@ return ISIS_OK; } -int +static int isis_check_dr_change (struct isis_adjacency *adj, int level) { int i;