diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-15 10:44:10 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-15 10:44:10 +0100 |
commit | 2e244d781b1b1096cddfd0df558ec7cee19b33a1 (patch) | |
tree | 577cbb7f02eebf2a6ebc5e21a051df55068547d9 /Objective-C | |
parent | 63af3522ffbd5c3e1003a908d804c4e079d8f5e8 (diff) |
System refactoring.
darcs-hash:961c2ecf3be60a2a4abcfd15f3e51b5ccfb163c0
Diffstat (limited to 'Objective-C')
-rw-r--r-- | Objective-C/libobjcl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Objective-C/libobjcl.h b/Objective-C/libobjcl.h index cca5d12..35d6150 100644 --- a/Objective-C/libobjcl.h +++ b/Objective-C/libobjcl.h @@ -156,7 +156,9 @@ objcl_slot_value (id obj, const char *ivar_name); /* The following function returns a freshly consed array that the caller must deallocate. */ IVAR_T * -objcl_class_direct_slots (Class class, unsigned int *count, unsigned int *element_size); +objcl_class_direct_slots (Class class, + unsigned int *count, + unsigned int *element_size); const char * objcl_slot_name (IVAR_T ivar); |