Some simple transformations:
authorKen Raeburn <raeburn@mit.edu>
Wed, 14 Jun 2006 23:44:48 +0000 (23:44 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 14 Jun 2006 23:44:48 +0000 (23:44 +0000)
commitc803daed8c6a937f8a282434dfa129b205be2a20
tree52741c797d86392932c30f7f407919273cbe586f
parent4c2bc7a022bff031e101a88363ff7756871e8721
Some simple transformations:
Use ANSI C function definitions instead of old K&R style.
Rename local variable "res" to "clnt_res".
Cast clnt_call arguments to xdrproc_t and caddr_t.

This brings the code more in line with what current (RHEL) rpcgen would do.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18134 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kadm5/clnt/client_rpc.c