Ed Schouten e0e0f30f42 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 <pawel worach gmail com>
2009-02-26 20:32:11 +00:00
..
2008-12-23 22:50:39 +00:00
2007-06-10 19:06:09 +00:00
2009-01-05 05:14:26 +00:00
2008-11-29 14:32:14 +00:00
2009-02-24 03:43:05 +00:00