mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
a bit step towards removing obsolete mframe code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28774 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a3f90412f0
commit
2fc494c446
18 changed files with 134 additions and 1987 deletions
|
@ -50,8 +50,7 @@ typedef struct _cifframe_t {
|
|||
void **values;
|
||||
} cifframe_t;
|
||||
|
||||
extern cifframe_t *cifframe_from_info (NSArgumentInfo *info, int numargs,
|
||||
void **retval);
|
||||
extern cifframe_t *cifframe_from_signature (NSMethodSignature *info);
|
||||
|
||||
extern void cifframe_set_arg(cifframe_t *cframe, int index, void *buffer,
|
||||
int size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue