diff --git a/Headers/gnustep/base/NSAutoreleasePool.h b/Headers/gnustep/base/NSAutoreleasePool.h index 06125c2db..94d2b9036 100644 --- a/Headers/gnustep/base/NSAutoreleasePool.h +++ b/Headers/gnustep/base/NSAutoreleasePool.h @@ -34,6 +34,10 @@ + (void)addObject: anObject; - (void)addObject: anObject; ++ (void) enableRelease: (BOOL)enable; ++ (void) enableDoubleReleaseCheck: (BOOL)enable; ++ (void) setPoolCountThreshhold: (unsigned)c; + @end #endif /* __NSAutoreleasePool_h_OBJECTS_INCLUDE */