@@ -66,5 +66,13 @@ /** * \brief Releases all objects in the autorelease pool and deallocates the pool. */ - (void)drain; @end + +#ifdef __cplusplus +extern "C" { +#endif +extern id of_autorelease(id); +#ifdef __cplusplus +} +#endif