K 10 svn:author V 3 bde K 8 svn:date V 27 1995-12-03T12:18:39.000000Z K 7 svn:log V 321 Completed function declarations and/or added prototypes. Staticized some functions. __purified some functions. Some functions were bogusly declared as returning `const'. This hasn't done anything since gcc-2.5. For later versions of gcc, the equivalent is __attribute__((const)) at the end of function declarations. END