widl: Replace uses of get_func_return_type with type_function_get_rettype.
commit8a976a7d785d256eb93b81f3e05bb66234b3d4a4
authorRob Shearman <robertshearman@gmail.com>
Mon, 5 Jan 2009 23:35:24 +0000 (5 23:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 6 Jan 2009 13:36:25 +0000 (6 14:36 +0100)
tree7fc4b69fe290189aff90f70034d52ff62bfb1323
parent9b139018cffbc0cbe8a7355f98defbf2ccf582dc
widl: Replace uses of get_func_return_type with type_function_get_rettype.

Also replace direct accesses into the type structure to get the return
type of a function with the same function.
tools/widl/client.c
tools/widl/header.c
tools/widl/proxy.c
tools/widl/server.c
tools/widl/typegen.c
tools/widl/typetree.h
tools/widl/widltypes.h
tools/widl/write_msft.c