summaryrefslogtreecommitdiffstats
path: root/isisd/isis_misc.h
Commit message (Collapse)AuthorAgeFilesLines
* Removing compiler warnings.Chris Hall2010-04-161-1/+1
| | | | | | | | Removed nearly 100 compiler warnings in the various routing daemons which now clean compile. Removed one warning in vty.c, which was obscured by the other warnings. SO... this commit corrects the previous one.
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-3/+2
| | | | | | | | | | | 2006-12-08 Hannes Gredler <hannes@gredler.at> * isis_adjacency.c: (isis_new_adj) Allow NULL snpa argument. * isis_pdu.c: (various) Update calls to isis_new_adj() to pass NULL and use default. * (general) Add forward declarations where required. Fix up const char *'s. Allow V4-only compilation.
* * isis_misc.[ch]: Fix some warnings, making some strings const.hasso2005-08-161-1/+1
|
* No warnings here any more.hasso2004-10-071-5/+5
|
* * isisd.c: thread_master *master is already defined in isis_main.c.hasso2004-09-241-15/+0
| | | | | * isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header files.
* Indentation only. No any functional changes.hasso2004-09-101-17/+15
|
* Merge isisd into the Quagga's framework:jardin2003-12-231-0/+2
| | | | | | | | | | - add privs support - use misc quagga's definitions - make it compile"able" - fix segfault cases related to hostname() - add debug isis xxx command This patch has been approved by Paul Jakma.
* Initial revisionjardin2003-12-231-0/+94