mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
92ccb459c4
commit
0cd2b7042f
1 changed files with 5 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue