@@ -406,6 +406,12 @@ * \return The result of the comparison */ - (of_comparison_result_t)compare: (id)obj; @end +#ifdef __cplusplus +extern "C" { +#endif extern size_t of_pagesize; +#ifdef __cplusplus +} +#endif