Added mframe_decode_return() function.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2841 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-07-15 12:44:44 +00:00
parent 92ccb459c4
commit 0cd2b7042f

View file

@ -78,4 +78,9 @@ mframe_build_return_opts (arglist_t argframe, const char *types,
void(*decoder)(int,void*,const char*,int),
BOOL pass_pointers);
/* Copy the return value from retframe into the spcified buffer.
*/
BOOL
mframe_decode_return (const char *type, void* buffer, void* retframe);
#endif /* __mframe_h_GNUSTEP_BASE_INCLUDE */