K 10 svn:author V 2 ed K 8 svn:date V 27 2009-02-26T20:32:11.944666Z K 7 svn:log V 322 Use ANSI function declarations in librpcsvc. When compiling librpcsvc with LLVM, we get a compiler error, because hexval() uses an ANSI prototype, but a K&R declaration. I could have just changed hexval(), but I'd rather keep this consistent. It's not that much code. Submitted by: Pawel Worach END