Declare new methods.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@806 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-01-24 15:06:15 +00:00
parent b05b881fa8
commit 5421611a27
2 changed files with 10 additions and 2 deletions

View file

@ -32,11 +32,15 @@
- (void) encodeValueOfCType: (const char*) type
at: (const void*) d
withName: (id <String>) name;
- (void) decodeValueOfCType: (const char*) type
at: (void*) d
withName: (id <String> *) namePtr;
- (void) encodeWithName: (id <String>) name
valuesOfCTypes: (const char *) types, ...;
- (void) decodeWithName: (id <String> *)name
valuesOfCTypes: (const char *)types, ...;
- (void) encodeName: (id <String>) name;
- (void) decodeName: (id <String> *) name;