From 2e244d781b1b1096cddfd0df558ec7cee19b33a1 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 15 Feb 2008 10:44:10 +0100 Subject: System refactoring. darcs-hash:961c2ecf3be60a2a4abcfd15f3e51b5ccfb163c0 --- Objective-C/libobjcl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Objective-C') 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); -- cgit v1.2.3