K 10 svn:author V 5 peter K 8 svn:date V 27 1996-12-30T13:59:41.000000Z K 7 svn:log V 407 First commit of a series of cleanups for the libc rpc code which has been suffering a bad case neglect for the last few years. - Add full prototypes, including to function pointers. - Make the wire protocols 64-bit type safe, eg: 32 bit quantities are int32_t, not long. The orginal rpc code was implemented when an int could be 16 bits. Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code. END