summaryrefslogtreecommitdiff
path: root/MLKLinkedList.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLinkedList.h')
-rw-r--r--MLKLinkedList.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKLinkedList.h b/MLKLinkedList.h
index 70e4604..67e8ba0 100644
--- a/MLKLinkedList.h
+++ b/MLKLinkedList.h
@@ -23,4 +23,6 @@
#ifdef __OBJC2__
-(NSUInteger) countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
#endif
+
+-(void) dealloc;
@end