K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2001-02-11T05:02:06.000000Z K 7 svn:log V 266 Long awaited style fixup in mbuf code. Get rid of K&R style prototyping and function argument declarations. Make sure that functions that are supposed to return a pointer return NULL in case of failure. Don't cast NULL. Finally, get rid of annoying `register' uses. END