widl: Add a function to get the return type of a parsed function.
authorRob Shearman <rob@codeweavers.com>
Wed, 2 Apr 2008 11:55:34 +0000 (12:55 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 2 Apr 2008 17:52:49 +0000 (19:52 +0200)
commita04b150839ea1351854b3ab8f8e288d515de93c8
tree2bb0aa59ef347b761bd2759bb301c0e99a77ad1a
parentf41e2339b73eb624e5d3136ef9b4fe6c38ed3843
widl: Add a function to get the return type of a parsed function.

This clarifies its use in code and makes it simpler to change the way
functions are parsed into types.
tools/widl/client.c
tools/widl/header.c
tools/widl/proxy.c
tools/widl/server.c
tools/widl/typegen.c
tools/widl/typegen.h
tools/widl/widltypes.h
tools/widl/write_msft.c